Nano
A C++ template metaprogramming library
Static Public Attributes | List of all members
nano::equal_value< Type1, Type2 > Struct Template Reference

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
 

Detailed Description

template<typename Type1, typename Type2>
struct nano::equal_value< Type1, Type2 >

Check if two types (which have value components) have the same value.

Template Parameters
Type1The first type to check for equality
Type2The second type to check for equality

Member Data Documentation

template<typename Type1 , typename Type2 >
constexpr bool nano::equal_value< Type1, Type2 >::result = Type1::value == Type2::value ? true : false
static

The documentation for this struct was generated from the following file: