utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
Loading...
Searching...
No Matches
utility::math::CanBeMatrixComponent Concept Reference

Concept to constrain matrix component type. More...

#include <headers/utility/math/matrix.hpp>

Concept definition

template<typename Type>
concept utility::math::CanBeMatrixComponent = std::is_floating_point_v<Type>
Concept to constrain matrix component type.
Definition matrix.hpp:78

Detailed Description

Concept to constrain matrix component type.

Template Parameters
TypeCandidate component type.

Definition at line 78 of file matrix.hpp.