VCCC  2024.05
VisualCamp Common C++ library
iter_mapped_t.hpp File Reference
#include <tuple>
#include <type_traits>
#include "vccc/__iterator/iter_val_t.hpp"
#include "vccc/__type_traits/has_typename_type.hpp"
#include "vccc/__type_traits/is_complete.hpp"

Go to the source code of this file.

Classes

struct  iter_mapped< T >
 

Namespaces

 vccc
 

Typedefs

template<typename T >
using iter_mapped_t = typename iter_mapped< T >::type