|
| template<typename Signature> |
| using | mimicpp::signature_add_noexcept_t = typename signature_add_noexcept<Signature>::type |
| | Convenience alias, exposing the type member alias of the actual type-trait.
|
| |
| template<typename Signature> |
| using | mimicpp::signature_remove_noexcept_t = typename signature_remove_noexcept<Signature>::type |
| | Convenience alias, exposing the type member alias of the actual type-trait.
|
| |
| template<typename Signature> |
| using | mimicpp::signature_call_convention_t = typename signature_call_convention<Signature>::type |
| | Convenience alias, exposing the type member alias of the actual type-trait.
|
| |
| template<typename Signature> |
| using | mimicpp::signature_remove_call_convention_t = typename signature_remove_call_convention<Signature>::type |
| | Convenience alias, exposing the type member alias of the actual type-trait.
|
| |
| template<typename Signature> |
| using | mimicpp::signature_remove_ref_qualifier_t = typename signature_remove_ref_qualifier<Signature>::type |
| | Convenience alias, exposing the type member alias of the actual type-trait.
|
| |
| template<typename Signature> |
| using | mimicpp::signature_add_const_qualifier_t = typename signature_add_const_qualifier<Signature>::type |
| | Convenience alias, exposing the type member alias of the actual type-trait.
|
| |
| template<typename Signature> |
| using | mimicpp::signature_add_lvalue_ref_qualifier_t = typename signature_add_lvalue_ref_qualifier<Signature>::type |
| | Convenience alias, exposing the type member alias of the actual type-trait.
|
| |
| template<typename Signature> |
| using | mimicpp::signature_add_rvalue_ref_qualifier_t = typename signature_add_rvalue_ref_qualifier<Signature>::type |
| | Convenience alias, exposing the type member alias of the actual type-trait.
|
| |
| template<typename Signature> |
| using | mimicpp::signature_remove_const_qualifier_t = typename signature_remove_const_qualifier<Signature>::type |
| | Convenience alias, exposing the type member alias of the actual type-trait.
|
| |
| template<typename Signature> |
| using | mimicpp::signature_decay_t = typename signature_decay<Signature>::type |
| | Convenience alias, exposing the type member alias of the actual type-trait.
|
| |
| template<typename Signature> |
| using | mimicpp::signature_return_type_t = typename signature_return_type<Signature>::type |
| | Convenience alias, exposing the type member alias of the actual type-trait.
|
| |
| template<std::size_t index, typename Signature> |
| using | mimicpp::signature_param_type_t = typename signature_param_type<index, Signature>::type |
| | Convenience alias, exposing the type member alias of the actual type-trait.
|
| |
| template<typename Signature> |
| using | mimicpp::signature_param_list_t = typename signature_param_list<Signature>::type |
| | Convenience alias, exposing the type member alias of the actual type-trait.
|
| |
| template<typename Signature, typename T> |
| using | mimicpp::signature_prepend_param_t = typename signature_prepend_param<Signature, T>::type |
| | Convenience alias, exposing the type member alias of the actual type-trait.
|
| |
| template<std::size_t byteCount> |
| using | mimicpp::uint_with_size_t = typename uint_with_size<byteCount>::type |
| | Convenience constant, exposing the value member of the actual type-trait.
|
| |
| using | mimicpp::CharT = char |
| |
| using | mimicpp::CharTraitsT = std::char_traits<CharT> |
| |
| using | mimicpp::StringT = std::basic_string<CharT, CharTraitsT> |
| |
| using | mimicpp::StringViewT = std::basic_string_view<CharT, CharTraitsT> |
| |