sdbus-c++ 1.5.0
High-level C++ D-Bus library based on systemd D-Bus implementation
|
Public Types | |
using | async_result_t = Result<_Results...> |
![]() | |
typedef std::tuple< _Results... > | result_type |
typedef std::tuple< _Args... > | arguments_type |
typedef std::tuple< std::decay_t< _Args >... > | decayed_arguments_type |
typedef std::tuple< _Results... > | function_type(_Args...) |
using | arg_t |
Static Public Attributes | |
static constexpr bool | is_async = true |
![]() | |
static constexpr std::size_t | arity |