![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <memory>#include <type_traits>#include "vccc/__concepts/convertible_to.hpp"#include "vccc/__concepts/different_from.hpp"#include "vccc/__memory/addressof.hpp"#include "vccc/__ranges/contiguous_range.hpp"#include "vccc/__ranges/enable_borrowed_range.hpp"#include "vccc/__ranges/begin.hpp"#include "vccc/__ranges/data.hpp"#include "vccc/__ranges/empty.hpp"#include "vccc/__ranges/end.hpp"#include "vccc/__ranges/iterator_t.hpp"#include "vccc/__ranges/size.hpp"#include "vccc/__ranges/sized_range.hpp"#include "vccc/__ranges/view_interface.hpp"#include "vccc/__type_traits/conjunction.hpp"#include "vccc/__type_traits/is_invocable.hpp"Go to the source code of this file.
Classes | |
| class | ref_view< R > |
| a view of the elements of some other range More... | |
| struct | enable_borrowed_range< ref_view< T > > |
Namespaces | |
| vccc | |
| vccc::ranges | |