|
cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
Implementation of C++14's iterator accesors std::cbegin , std::cend , etc. More...
Namespaces | |
| cxxomfort | |
Namespace of the cxxomfort library. | |
| cxxomfort::cxxostd | |
| Backports made available by cxxomfort. | |
Functions | |
| template<typename Seq > | |
| Seq::const_iterator | cbegin (Seq &&) |
| Returns an iterator to the beginning of a given container or sequence. More... | |
| template<typename Seq > | |
| Seq::const_iterator | cend (Seq &&) |
| Returns an iterator to the end of a given container or sequence. More... | |
| template<typename T , ::std::size_t N> | |
| ::std::reverse_iterator< T * > | rbegin (T(&arr)[N]) |
| template<typename T , ::std::size_t N> | |
| ::std::reverse_iterator< T * > | rend (T(&arr)[N]) |
Implementation of C++14's iterator accesors std::cbegin , std::cend , etc.
| Seq::const_iterator cxxomfort::cxxostd::iterator::cbegin | ( | Seq && | ) |
Returns an iterator to the beginning of a given container or sequence.
| Seq::const_iterator cxxomfort::cxxostd::iterator::cend | ( | Seq && | ) |
Returns an iterator to the end of a given container or sequence.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
1.8.13