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

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

#include "math-common.hpp"

Concept definition

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

Detailed Description

Concept to determine if a type is a default vector.

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