struct has_rbegin

Declaration

template <typename Ty>
struct has_rbegin { /* full declaration omitted */ };

Description

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

Declared at: llvm/include/llvm/ADT/STLExtras.h:374

Templates

Ty