C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
|
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 |
Gets the type of range value, or the type itself if the type is non-ranged.
T | The type. |