class has_rbegin_impl
Declaration
template <typename Ty>
class has_rbegin_impl { /* full declaration omitted */ };
Description
Helper to determine if type T has a member called rbegin().
Declared at: llvm/include/llvm/ADT/STLExtras.h:243
Templates
- Ty
Member Variables
- public static const bool value = sizeof (test<type-parameter-0-0>(nullptr)) == sizeof(char[1])