|
sdbus-c++ 2.3.0
High-level C++ D-Bus library based on systemd D-Bus implementation
|
Classes | |
| struct | arg |
Public Types | |
| using | result_type = ReturnType |
| using | arguments_type = std::tuple<Args...> |
| using | decayed_arguments_type = std::tuple<std::decay_t<Args>...> |
| using | function_type = ReturnType (Args...) |
| template<size_t Idx> | |
| using | arg_t = typename arg<Idx>::type |
Static Public Attributes | |
| static constexpr std::size_t | arity = sizeof...(Args) |