NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
nonstd::variants::detail::remove_cv< T > Struct Template Reference

#include <variant.hpp>

Public Types

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

Detailed Description

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

Definition at line 427 of file variant.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 429 of file variant.hpp.


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