nonstd::variants::detail::add_pointer< T > Struct Template Reference

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

Public Types

typedef remove_reference< T >::typetype
 

Detailed Description

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

Definition at line 407 of file variant.hpp.

Member Typedef Documentation

template<class T>
typedef remove_reference<T>::type* nonstd::variants::detail::add_pointer< T >::type

Definition at line 409 of file variant.hpp.