Pretty Good Sum Type  1.0.0
pgs::is_recursive_wrapper< T > Struct Template Reference

Primary template of a metafunction to classify a type as recursive_wrapper<> or not. More...

#include <recursive_wrapper.hpp>

Inheritance diagram for pgs::is_recursive_wrapper< T >:
std::false_type

Detailed Description

template<class T>
struct pgs::is_recursive_wrapper< T >

Primary template of a metafunction to classify a type as recursive_wrapper<> or not.

Returns
Type equivalent to one of std::true_type or std::false_type

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