|
mimic++ v9.2.1
|
#include "mimic++/config/Config.hpp"#include <concepts>#include <iterator>#include <type_traits>#include <version>Go to the source code of this file.
Namespaces | |
| namespace | mimicpp |
| namespace | mimicpp::util |
Typedefs | |
| template<std::indirectly_readable I, std::indirectly_regular_unary_invocable< I > Projection> | |
| using | mimicpp::util::projected_value_t |
The alias template projected_value_t obtains the value type by stripping any reference and its topmost cv-qualifiers of the result type of applying Proj to std::iter_value_t<I>&. | |