mimic++
v5
Loading...
Searching...
No Matches
Public Types
|
List of all members
mimicpp::signature_decay< Signature > Struct Template Reference
type-traits
»
signature_decay
Primary template.
More...
#include <
TypeTraits.hpp
>
Public Types
using
type
Detailed Description
template<typename Signature>
struct mimicpp::signature_decay< Signature >
Primary template.
Template Parameters
Signature
A function signature.
Member Typedef Documentation
◆
type
template<typename Signature >
using
mimicpp::signature_decay
< Signature >::type
Initial value:
signature_remove_noexcept_t
<
signature_remove_ref_qualifier_t
<
signature_remove_const_qualifier_t
<
signature_remove_call_convention_t<Signature>
>>>
mimicpp::signature_remove_call_convention_t
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
mimicpp::signature_remove_const_qualifier_t
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
mimicpp::signature_remove_noexcept_t
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
mimicpp::signature_remove_ref_qualifier_t
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:
mimic++/
Fwd.hpp
mimic++/
TypeTraits.hpp
mimicpp
signature_decay
Generated on Sun Dec 15 2024 for mimic++ by
1.12.0