sdbus-c++ 1.5.0
High-level C++ D-Bus library based on systemd D-Bus implementation
Loading...
Searching...
No Matches
sdbus::function_traits< _ReturnType(_ClassType::*)(_Args...) const > Struct Template Reference
Inheritance diagram for sdbus::function_traits< _ReturnType(_ClassType::*)(_Args...) const >:
sdbus::function_traits< _ReturnType(_Args...)> sdbus::function_traits_base< _ReturnType, _Args... >

Public Types

typedef const _ClassType & owner_type
 
- Public Types inherited from sdbus::function_traits_base< _ReturnType, _Args... >
typedef _ReturnType result_type
 
typedef std::tuple< _Args... > arguments_type
 
typedef std::tuple< std::decay_t< _Args >... > decayed_arguments_type
 
typedef _ReturnType function_type(_Args...)
 
using arg_t
 

Additional Inherited Members

- Static Public Attributes inherited from sdbus::function_traits< _ReturnType(_Args...)>
static constexpr bool is_async = false
 
static constexpr bool has_error_param = false
 
- Static Public Attributes inherited from sdbus::function_traits_base< _ReturnType, _Args... >
static constexpr std::size_t arity
 

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