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

Concept to determine if a type is any kind of vector. More...

#include "math-common.hpp"

Concept definition

template<class T>
Concept to determine if a type is any kind of vector.
constexpr bool is_vec_v
Boolean value which is true if the given type is any vector.

Detailed Description

Concept to determine if a type is any kind of vector.

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