sdbus-c++ 2.3.0
High-level C++ D-Bus library based on systemd D-Bus implementation
Loading...
Searching...
No Matches
sdbus::signature_of< T, Enable > Struct Template Reference

Static Public Attributes

static constexpr bool is_valid = false
static constexpr bool is_trivial_dbus_type = false
static constexpr void * value

Member Data Documentation

◆ value

template<typename T, typename Enable>
void* sdbus::signature_of< T, Enable >::value
staticconstexpr
Initial value:
= []
{
static_assert(always_false<T>, "Unsupported D-Bus type (specialize `signature_of` for your custom types)");
}

The documentation for this struct was generated from the following file: