C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::range_value_t_or_self< T > Struct Template Reference

Gets the type of range value, or the type itself if the type is non-ranged. More...

#include <range.hpp>

Public Types

using type = typename decltype(detail::get_range_value_t_or_self<T>())::type
 

Detailed Description

template<typename T>
struct essence::range_value_t_or_self< T >

Gets the type of range value, or the type itself if the type is non-ranged.

Template Parameters
TThe type.

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