C++ Utilities  4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Traits::IsNoneOf< T > Struct Template Reference

Evaluates to Bool<true> if the specified type is none of the specified types; otherwise evaluates to Bool<false>. More...

#include <traits.h>

Inheritance diagram for Traits::IsNoneOf< T >:
[legend]
Collaboration diagram for Traits::IsNoneOf< T >:
[legend]

Detailed Description

template<typename... T>
struct Traits::IsNoneOf< T >

Evaluates to Bool<true> if the specified type is none of the specified types; otherwise evaluates to Bool<false>.

Definition at line 86 of file traits.h.


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