|
qb
2.0.0.0
C++17 Actor Framework
|
Type trait to check if a type has a specific member. More...
#include <type_traits.h>
Static Public Member Functions | |
| template<typename C> | |
| static char(& | f (decltype(&C::value)))[1] |
| template<typename C> | |
| static char(& | f (...))[2] |
Static Public Attributes | |
| static bool const | value = sizeof(f<Alias>(0)) == 2 |
| Whether the member exists. | |
Type trait to check if a type has a specific member.
| Alias | Alias type that may contain the member |
| AmbiguitySeed | Seed type for ambiguity resolution |