VCCC  2024.05
VisualCamp Common C++ library
range_key_t.hpp File Reference
#include <tuple>
#include <type_traits>
#include "vccc/__ranges/input_range.hpp"
#include "vccc/__ranges/range_value_t.hpp"
#include "vccc/__type_traits/void_t.hpp"

Go to the source code of this file.

Classes

struct  range_key< R >
 

Namespaces

 vccc
 
 vccc::ranges
 

Typedefs

template<typename R >
using range_key_t = typename range_key< R >::type