WPILibC++
unspecified
|
Metafunction to determine if type T has a member called rbegin(). More...
#include <STLExtras.h>
Static Public Member Functions | |
template<typename U > | |
static char(& | f (const U &, decltype(&U::rbegin)))[1] |
static char(& | f (...))[2] |
Static Public Attributes | |
static const bool | value = sizeof(f(std::declval<T>(), nullptr)) == 1 |
Metafunction to determine if type T has a member called rbegin().