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 > > |
Helper trait that strips const qualification and references from a type.
| T | The type to transform. |