Pothos  0.7.0-gf7fbae99
The Pothos dataflow programming software suite
Public Types | List of all members
Pothos::Util::unwrap_refwrapper< std::reference_wrapper< T > > Struct Template Reference

#include <Templates.hpp>

Public Types

using type = T &
 the type held within a reference wrapper More...
 

Detailed Description

template<typename T>
struct Pothos::Util::unwrap_refwrapper< std::reference_wrapper< T > >

Template specialization to extract the type held within a reference wrapper

Template Parameters
Tthe input type to the template

Member Typedef Documentation

◆ type

template<typename T >
using Pothos::Util::unwrap_refwrapper< std::reference_wrapper< T > >::type = T&

the type held within a reference wrapper


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