libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Static Public Member Functions | List of all members
qi::detail::UnwrapImpl< T > Struct Template Reference

#include <mpl.hpp>

Public Types

using type = T
 

Static Public Member Functions

static T * unwrap (T &v)
 

Detailed Description

template<typename T>
struct qi::detail::UnwrapImpl< T >

Definition at line 20 of file mpl.hpp.

Member Typedef Documentation

template<typename T>
using qi::detail::UnwrapImpl< T >::type = T

Definition at line 22 of file mpl.hpp.

Member Function Documentation

template<typename T>
static T* qi::detail::UnwrapImpl< T >::unwrap ( T &  v)
inlinestatic

Definition at line 23 of file mpl.hpp.


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