PhysicsBasedAnimationToolkit 0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
Loading...
Searching...
No Matches
pbat::common::CContiguousIndexRange Concept Reference

Contiguous range of integer types. More...

#include <Concepts.h>

Concept definition

template<class R>
CIndexRange<R> && std::ranges::sized_range<R> && std::ranges::contiguous_range<R>
Contiguous range of integer types.
Definition Concepts.h:73
Range of integer types.
Definition Concepts.h:64

Detailed Description

Contiguous range of integer types.

Template Parameters
R