Nano
A C++ template metaprogramming library
|
Checks if both types are found (have values != -1), in which case result is true, otherwise result is false. More...
#include <functions.hpp>
Static Public Attributes | |
static constexpr bool | result = ( (Type1::value != -1) && (Type2::value != -1) ) ? true : false |
Checks if both types are found (have values != -1), in which case result is true, otherwise result is false.
Type1 | The first type to determine if it is found |
Type2 | The second type to determine if it is found |
|
static |