![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <type_traits>
#include "vccc/__concepts/constructible_from.hpp"
#include "vccc/__ranges/range.hpp"
#include "vccc/__ranges/view.hpp"
#include "vccc/__type_traits/conjunction.hpp"
#include "vccc/__type_traits/disjunction.hpp"
#include "vccc/__type_traits/is_initializer_list.hpp"
#include "vccc/__type_traits/negation.hpp"
#include "vccc/__type_traits/remove_cvref.hpp"
Go to the source code of this file.
Classes | |
struct | viewable_range< T > |
specifies the requirements for a range to be safely convertible to a view More... | |
Namespaces | |
vccc | |
vccc::ranges | |