nonstd::variants::std11::remove_cv< T > Struct Template Reference

#include <ndn-cxx/util/nonstd/variant.hpp>

Public Types

typedef remove_volatile< typename remove_const< T >::type >::type type
 

Detailed Description

template<class T>
struct nonstd::variants::std11::remove_cv< T >

Definition at line 450 of file variant.hpp.

Member Typedef Documentation

◆ type

template<class T >
typedef remove_volatile<typename remove_const<T>::type>::type nonstd::variants::std11::remove_cv< T >::type

Definition at line 452 of file variant.hpp.