Pothos
0.7.0-gf7fbae99
The Pothos dataflow programming software suite
|
Classes | |
struct | Pothos::Util::unwrap_refwrapper< T > |
struct | Pothos::Util::unwrap_refwrapper< std::reference_wrapper< T > > |
Typedefs | |
template<typename T > | |
using | Pothos::Util::special_decay_t = typename unwrap_refwrapper< typename std::decay< T >::type >::type |
special_decay_t = decay + unwrapping a reference wrapper
using Pothos::Util::special_decay_t = typedef typename unwrap_refwrapper<typename std::decay<T>::type>::type |
Strip const and reference from a type, and remove optional reference wrapper.
T | the input type to the template |