![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <utility>#include "vccc/__concepts/movable.hpp"#include "vccc/__ranges/begin.hpp"#include "vccc/__ranges/contiguous_range.hpp"#include "vccc/__ranges/data.hpp"#include "vccc/__ranges/empty.hpp"#include "vccc/__ranges/enable_borrowed_range.hpp"#include "vccc/__ranges/end.hpp"#include "vccc/__ranges/iterator_t.hpp"#include "vccc/__ranges/range.hpp"#include "vccc/__ranges/size.hpp"#include "vccc/__ranges/sized_range.hpp"#include "vccc/__ranges/view_interface.hpp"#include "vccc/__type_traits/is_initializer_list.hpp"#include "vccc/__type_traits/is_invocable.hpp"Go to the source code of this file.
Classes | |
| class | owning_view< R > |
| a view with unique ownership of some range More... | |
| struct | enable_borrowed_range< owning_view< T > > |
Namespaces | |
| vccc | |
| vccc::ranges | |