#include <ranges.h>
|
auto | begin () const -> typename Container::const_iterator |
|
auto | end () const -> typename Container::const_iterator |
|
template<typename Container>
struct detail::all< Container >
Definition at line 666 of file ranges.h.
◆ begin()
template<typename Container >
auto detail::all< Container >::begin |
( |
| ) |
const -> typename Container::const_iterator |
|
inline |
◆ end()
template<typename Container >
auto detail::all< Container >::end |
( |
| ) |
const -> typename Container::const_iterator |
|
inline |
template<typename Container >
The documentation for this struct was generated from the following file: