mimic++ v5
Loading...
Searching...
No Matches
mimicpp::signature_decay< Signature > Struct Template Reference

Primary template. More...

#include <TypeTraits.hpp>

Public Types

using type
 

Detailed Description

template<typename Signature>
struct mimicpp::signature_decay< Signature >

Primary template.

Template Parameters
SignatureA function signature.

Member Typedef Documentation

◆ type

template<typename Signature >
using mimicpp::signature_decay< Signature >::type
Initial value:
typename signature_remove_call_convention< Signature >::type signature_remove_call_convention_t
Convenience alias, exposing the type member alias of the actual type-trait.
Definition Fwd.hpp:91
typename signature_remove_const_qualifier< Signature >::type signature_remove_const_qualifier_t
Convenience alias, exposing the type member alias of the actual type-trait.
Definition Fwd.hpp:139
typename signature_remove_noexcept< Signature >::type signature_remove_noexcept_t
Convenience alias, exposing the type member alias of the actual type-trait.
Definition Fwd.hpp:107
typename signature_remove_ref_qualifier< Signature >::type signature_remove_ref_qualifier_t
Convenience alias, exposing the type member alias of the actual type-trait.
Definition Fwd.hpp:123

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