Scarab  3.2.2
Project 8 C++ Utility Library
Static Public Attributes | List of all members
is_unique_impl< T, FirstType > Struct Template Reference

#include <unique_typelist.hh>

Static Public Attributes

static const bool value = ! std::is_same< T, FirstType >::value
 

Detailed Description

template<typename T, typename FirstType>
struct scarab::is_unique_impl< T, FirstType >

Definition at line 31 of file unique_typelist.hh.

Member Data Documentation

◆ value

const bool value = ! std::is_same< T, FirstType >::value
static

Definition at line 33 of file unique_typelist.hh.


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