sdbus-c++ 1.5.0
High-level C++ D-Bus library based on systemd D-Bus implementation
|
#include <Types.h>
Public Member Functions | |
Struct (const std::tuple< _ValueTypes... > &t) | |
template<std::size_t _I> | |
auto & | get () |
template<std::size_t _I> | |
const auto & | get () const |
Representation of struct D-Bus type
Struct implements tuple protocol, i.e. it's a tuple-like class. It can be used with std::get<>(), std::tuple_element, std::tuple_size and in structured bindings.