mimic++ v9.2.1
Loading...
Searching...
No Matches
C++26Backports.hpp File Reference
#include "mimic++/config/Config.hpp"
#include <concepts>
#include <iterator>
#include <type_traits>
#include <version>
Include dependency graph for C++26Backports.hpp:
This graph shows which files directly or indirectly include this file:

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>&.