LLVM 19.0.0git
List of all members
llvm::has_rbegin< Ty > Struct Template Reference

Metafunction to determine if T& or T has a member called rbegin(). More...

#include "llvm/ADT/STLExtras.h"

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

Additional Inherited Members

- Static Public Attributes inherited from llvm::has_rbegin_impl< std::remove_reference_t< Ty > >
static const bool value
 

Detailed Description

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

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

Definition at line 425 of file STLExtras.h.


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