| sdbus-c++ 1.4.0
    High-level C++ D-Bus library based on systemd D-Bus implementation | 
 
  
| Public Types | |
| using | async_result_t = Result<_Results...> | 
|  Public Types inherited from sdbus::function_traits_base< std::tuple< _Results... >, _Args... > | |
| 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 Public Attributes inherited from sdbus::function_traits_base< std::tuple< _Results... >, _Args... > | |
| static constexpr std::size_t | arity |