sdbus-c++ 1.5.0
High-level C++ D-Bus library based on systemd D-Bus implementation
|
Classes | |
struct | arg |
Public Types | |
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...) |
template<size_t _Idx> | |
using | arg_t = typename arg<_Idx>::type |
Static Public Attributes | |
static constexpr std::size_t | arity = sizeof...(_Args) |