kblib 0.2.3
General utilities library for modern C++
std::tuple_element< 1, ::kblib::enumeration< T > > Class Template Reference

copies decay away the const More...

#include <kblib/iterators.h>

Public Types

using type = std::remove_const_t< T >
 

Detailed Description

template<typename T>
class std::tuple_element< 1, ::kblib::enumeration< T > >

copies decay away the const

Definition at line 800 of file iterators.h.

Member Typedef Documentation

◆ type

template<typename T >
using std::tuple_element< 1, ::kblib::enumeration< T > >::type = std::remove_const_t<T>

Definition at line 802 of file iterators.h.


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