Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
boost::mqtt5::prop::properties::operator[] (1 of 2 overloads)

Accesses the value of a Property by its compile-time constant ID.

Synopsis
template<
    property_type v>
constexpr auto&
operator[](
    std::integral_constant< property_type, v >) noexcept;

PrevUpHomeNext