libpromeki main
PROfessional MEdia toolKIt
 
Loading...
Searching...
No Matches
Signal< Args >::removeConstAndRef< T > Struct Template Reference

Metafunction that strips const and reference qualifiers from a type. More...

#include <signal.h>

Public Types

using type = std::remove_const_t< std::remove_reference_t< T > >
 

Detailed Description

template<typename... Args>
template<typename T>
struct Signal< Args >::removeConstAndRef< T >

Metafunction that strips const and reference qualifiers from a type.


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