mimic++ v9.2.1
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 detail::signature_remove_ref_qualifier_impl<
typename detail::signature_remove_const_qualifier_impl<
typename detail::signature_remove_noexcept<
false>::type,
false>::type
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:118
typename detail::signature_remove_ref_qualifier_impl< typename detail::signature_remove_const_qualifier_impl< typename detail::signature_remove_noexcept< signature_remove_call_convention_t< Signature > >::type, false >::type, false >::type type
Definition TypeTraits.hpp:1140

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