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::CIndexRange Concept Reference

Range of integer types. More...

#include <Concepts.h>

Concept definition

template<class R>
std::ranges::range<R> && std::is_convertible_v<std::ranges::range_value_t<R>, int>
Range of integer types.
Definition Concepts.h:64

Detailed Description

Range of integer types.

Template Parameters
R