DDraceNetwork Documentation
Loading...
Searching...
No Matches
Numeric Concept Reference

#include <math.h>

Concept definition

template<typename T>
concept Numeric = std::integral<T> || std::floating_point<T>
Definition math.h:12