Pretty Good Sum Type  1.0.0
Public Types | List of all members
pgs::recursive_wrapper_unwrap< recursive_wrapper< T > > Struct Template Reference

Partial specialization for types that are recursive wrappers. More...

#include <recursive_wrapper.hpp>

Public Types

typedef T type
 

Detailed Description

template<class T>
struct pgs::recursive_wrapper_unwrap< recursive_wrapper< T > >

Partial specialization for types that are recursive wrappers.

Member Typedef Documentation

template<class T >
typedef T pgs::recursive_wrapper_unwrap< recursive_wrapper< T > >::type

The type of the value contained by a recursive wrapper


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