![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <type_traits>
#include "vccc/__ranges/constant_range.hpp"
#include "vccc/__ranges/input_range.hpp"
#include "vccc/__type_traits/conjunction.hpp"
#include "vccc/__type_traits/negation.hpp"
Go to the source code of this file.
Namespaces | |
vccc | |
vccc::ranges | |
Functions | |
template<typename R , std::enable_if_t< input_range< R >::value, int > = 0> | |
constexpr auto & | possibly_const_range (R &r) noexcept |