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

#include <unique_typelist.hh>

Static Public Attributes

static const bool value = std::is_same< T, FirstType >::value ? false : is_unique_impl< T, OtherTypes... >::value
 

Detailed Description

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

Definition at line 28 of file unique_typelist.hh.

Member Data Documentation

◆ value

const bool value = std::is_same< T, FirstType >::value ? false : is_unique_impl< T, OtherTypes... >::value
static

Definition at line 39 of file unique_typelist.hh.


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