Tatooine
Public Types | List of all members
tatooine::infer_value_type_impl< Iter > Struct Template Reference

Just use the return type of derefence operator. More...

#include <iterator_facade.h>

Public Types

using type = std::remove_cvref_t< decltype(*std::declval< Iter >())>
 

Detailed Description

template<typename Iter>
struct tatooine::infer_value_type_impl< Iter >

Just use the return type of derefence operator.

Member Typedef Documentation

◆ type

template<typename Iter >
using tatooine::infer_value_type_impl< Iter >::type = std::remove_cvref_t<decltype(*std::declval<Iter>())>

The documentation for this struct was generated from the following file: