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::CanBeVectorComponent Concept Reference

Concept to constrain vector component type. More...

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

Concept definition

template<typename Type>
std::is_floating_point_v<Type> || std::is_integral_v<Type>
Concept to constrain vector component type.
Definition vector.hpp:72

Detailed Description

Concept to constrain vector component type.

Template Parameters
TypeCandidate component type.

Definition at line 72 of file vector.hpp.