#include <rll/concepts/num.h>
template <typename T>
is_num struct
Type trait for checking 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,
Variable documentation
template <typename T>
template <typename T>
bool is_num_v constexpr
template <typename T>
Helper type trait for checking if T is a number.
| Template parameters | |
|---|---|
| T | Type to check. |