dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
dxx::math::vector Concept Referenceexport

We can treat any input range as a vector. More...

Concept definition

template<typename T>
concept dxx::math::vector = std::ranges::input_range<T>
We can treat any input range as a vector.
Definition traits.xx:16

Detailed Description

We can treat any input range as a vector.