mal-math
C++20 mathematics library.
All Classes Namespaces Files Functions Variables Typedefs Concepts
mal_math::RVec Concept Reference

Concept to determine if a type is a reference vector. More...

#include "math-common.hpp"

Concept definition

template<class T>
Concept to determine if a type is a reference vector.
constexpr bool is_reference_vec_v
Boolean value which is true if the given type is a reference vector.

Detailed Description

Concept to determine if a type is a reference vector.

Definition at line 194 of file math-common.hpp.