Nano
A C++ template metaprogramming library
|
Check if two types (which have value components) have the same value. More...
#include <functions.hpp>
Static Public Attributes | |
static constexpr bool | result = Type1::value == Type2::value ? true : false |
Check if two types (which have value components) have the same value.
Type1 | The first type to check for equality |
Type2 | The second type to check for equality |
|
static |