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

Range of arithmetic types. More...

#include <Concepts.h>

Concept definition

template<class R>
std::ranges::range<R> && std::is_arithmetic_v<std::ranges::range_value_t<R>>
Range of arithmetic types.
Definition Concepts.h:82

Detailed Description

Range of arithmetic types.

Template Parameters
R