|
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_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<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> |
|