C++ Utilities 5.24.7
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Loading...
Searching...
No Matches
CppUtilities::Traits::Any< T > Struct Template Reference

Evaluates to Bool<true> if at least one of the specified conditions is true; otherwise evaluates to Bool<false>. More...

#include <traits.h>

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

Detailed Description

template<typename... T>
struct CppUtilities::Traits::Any< T >

Evaluates to Bool<true> if at least one of the specified conditions is true; otherwise evaluates to Bool<false>.

Definition at line 29 of file traits.h.


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