LILAC
|
value is true if dim>0 and dim <= bound. static_asserts on value as well. More...
#include <type_operators.hpp>
Public Member Functions | |
static_assert (value,"Dimension is outside of bounds") |
Static Public Attributes | |
static constexpr bool | value = dim > 0 && dim <= bound |
value is true if dim>0 and dim <= bound. static_asserts on value as well.
Definition at line 26 of file type_operators.hpp.
dim_check< bound, dim >::static_assert | ( | value | , |
"Dimension is outside of bounds" | |||
) |
|
static |
Definition at line 27 of file type_operators.hpp.