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

Helper trait that strips const qualification and references from a type. More...

#include <slot.h>

Public Types

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

Detailed Description

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

Helper trait that strips const qualification and references from a type.

Template Parameters
TThe type to transform.

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