#include <rll/concepts/num.h>
template <typename T>
num concept
Concept that is true if T is a number.
Template parameters | |
---|---|
T | Type to check. |
Will yield true
for any type that is an integral or floating point type, except for bool
and std::
.