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

Contiguous range of arithmetic types. More...

#include <Concepts.h>

Concept definition

template<class R>
CArithmeticRange<R> && std::ranges::sized_range<R> && std::ranges::contiguous_range<R>
Range of arithmetic types.
Definition Concepts.h:82
Contiguous range of arithmetic types.
Definition Concepts.h:91

Detailed Description

Contiguous range of arithmetic types.

Template Parameters
R