C++ Utilities 5.24.8
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Loading...
Searching...
No Matches
CppUtilities::Traits::IsAnyOf< Type, OtherType, RemainingTypes... > Struct Template Reference

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

#include <traits.h>

Inheritance diagram for CppUtilities::Traits::IsAnyOf< Type, OtherType, RemainingTypes... >:
[legend]
Collaboration diagram for CppUtilities::Traits::IsAnyOf< Type, OtherType, RemainingTypes... >:
[legend]

Detailed Description

template<typename Type, typename OtherType, typename... RemainingTypes>
struct CppUtilities::Traits::IsAnyOf< Type, OtherType, RemainingTypes... >

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

Definition at line 74 of file traits.h.


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