|
|
using | Str = std::basic_string<CharT> |
|
using | traits_type = typename Str::traits_type |
|
using | value_type = typename Str::value_type |
|
using | size_type = typename Str::size_type |
|
using | const_iterator = typename Str::const_reverse_iterator |
|
|
| Reversed_String_View (const Str &s) |
|
| Reversed_String_View (Str &&s)=delete |
|
auto & | operator[] (size_type i) const |
|
auto | size () const |
|
auto | empty () const |
|
auto | begin () const |
|
auto | end () const |
|
auto | operator< (Reversed_String_View other) const |
The documentation for this class was generated from the following file: