LLVM 19.0.0git
Static Public Attributes | List of all members
llvm::has_rbegin_impl< Ty > Class Template Reference

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

#include "llvm/ADT/STLExtras.h"

Inheritance diagram for llvm::has_rbegin_impl< Ty >:
Inheritance graph
[legend]

Static Public Attributes

static const bool value = sizeof(test<Ty>(nullptr)) == sizeof(yes)
 

Detailed Description

template<typename Ty>
class llvm::has_rbegin_impl< Ty >

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

Definition at line 409 of file STLExtras.h.

Member Data Documentation

◆ value

template<typename Ty >
const bool llvm::has_rbegin_impl< Ty >::value = sizeof(test<Ty>(nullptr)) == sizeof(yes)
static

Definition at line 420 of file STLExtras.h.


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