#include <sfinae_utils.h>
|
template<typename C > |
static std::array< char, 1 > & | f (decltype(&C::value)) |
|
template<typename C > |
static std::array< char, 2 > & | f (...) |
|
|
static bool const | value = sizeof(f<Alias>(nullptr)) == 2 |
|
◆ f() [1/2]
template<typename Alias , typename AmbiguitySeed >
template<typename C >
◆ f() [2/2]
template<typename Alias , typename AmbiguitySeed >
template<typename C >
◆ value
template<typename Alias , typename AmbiguitySeed >
The documentation for this struct was generated from the following file: