#include <Facade.hpp>
|
| template<typename Signature, bool isConst = Constness::as_const == signature_const_qualification_v<Signature>> |
| using | prepend_this |
| |
| template<typename... Signatures> |
| using | target_type = TargetTemplate<prepend_this<Signatures>...> |
| |
◆ prepend_this
template<typename Self, template< typename... > typename TargetTemplate>
template<typename Signature, bool isConst = Constness::as_const == signature_const_qualification_v<Signature>>
Initial value:
Signature,
std::conditional_t<isConst, Self const*, Self*>>
typename signature_prepend_param< Signature, T >::type signature_prepend_param_t
Convenience alias, exposing the type member alias of the actual type-trait.
Definition Fwd.hpp:311
◆ target_type
template<typename Self, template< typename... > typename TargetTemplate>
template<typename... Signatures>
◆ invoke()
template<typename Self, template< typename... > typename TargetTemplate>
template<typename Signature, typename... Args>
◆ make_settings()
template<typename Self, template< typename... > typename TargetTemplate>
◆ is_member
template<typename Self, template< typename... > typename TargetTemplate>
The documentation for this struct was generated from the following file: