WPILibC++  unspecified
llvm::has_rbegin< T > Struct Template Reference

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
 

Detailed Description

template<typename T>
struct llvm::has_rbegin< T >

Metafunction to determine if type T has a member called rbegin().


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