![]() |
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"
#include "vccc/__ranges/subrange.hpp"
Go to the source code of this file.
Classes | |
struct | borrowed_subrange< R > |
Namespaces | |
vccc | |
vccc::ranges | |
Typedefs | |
template<typename R > | |
using | borrowed_subrange_t = typename borrowed_subrange< R >::type |