1.10 |
Utility class to allow range loops from a subset of a container. More...
#include <range.h>
Public Member Functions | |
Range () | |
T::const_iterator | begin () const noexcept |
T::iterator | begin () noexcept |
void | begin (typename T::iterator begin) noexcept |
T::const_iterator | cbegin () const noexcept |
T::const_iterator | cend () const noexcept |
T::const_reverse_iterator | crbegin () const noexcept |
T::const_reverse_iterator | crend () const noexcept |
bool | empty () const noexcept |
T::const_iterator | end () const noexcept |
T::iterator | end () noexcept |
void | end (typename T::iterator end) noexcept |
T::const_reverse_iterator | rbegin () const noexcept |
T::reverse_iterator | rbegin () noexcept |
T::const_reverse_iterator | rend () const noexcept |
T::reverse_iterator | rend () noexcept |
size_t | size () const noexcept |
Utility class to allow range loops from a subset of a container.
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |