|
Nano
A C++ template metaprogramming library
|
Function to determine if and element is not found (has a value of -1) More...
#include <functions.hpp>
Static Public Attributes | |
| static constexpr bool | result = Type::value == -1 ? true : false |
Function to determine if and element is not found (has a value of -1)
| Type | The type to check if found |
|
static |
1.8.9.1