![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <type_traits>#include "vccc/__ranges/borrowed_range.hpp"#include "vccc/__ranges/dangling.hpp"#include "vccc/__ranges/iterator_t.hpp"#include "vccc/__ranges/range.hpp"Go to the source code of this file.
Classes | |
| struct | borrowed_iterator< R > |
Namespaces | |
| vccc | |
| vccc::ranges | |
Typedefs | |
| template<typename R > | |
| using | borrowed_iterator_t = typename borrowed_iterator< R >::type |