Castor3D
0.16.0
Multiplatform 3D engine
Main Page
Related Pages
Namespaces
Concepts
Classes
Files
castor
details
ValueTypeT
castor::details::ValueTypeT Concept Reference
#include <Math.hpp>
Concept definition
template
<
typename
DataT>
concept
castor::details::ValueTypeT
= std::is_floating_point_v< DataT >
|| std::is_integral_v< DataT >
castor::details::ValueTypeT
Definition
Math.hpp:128
Generated by
1.10.0