7 #if !defined(MQTT_WILL_HPP)
buffer that has string_view interface This class provides string_view interface. This class hold stri...
Definition: buffer.hpp:30
constexpr retain get_retain() const
Definition: will.hpp:56
constexpr buffer const & message() const
Definition: will.hpp:50
will(buffer topic, buffer message, publish_options pubopts={}, v5::properties props={})
constructor
Definition: will.hpp:34
constexpr buffer const & topic() const
Definition: will.hpp:44
constexpr buffer & message()
Definition: will.hpp:53
constexpr qos get_qos() const
Definition: will.hpp:59
constexpr v5::properties & props()
Definition: will.hpp:65
constexpr buffer & topic()
Definition: will.hpp:47
constexpr v5::properties const & props() const
Definition: will.hpp:62
std::vector< property_variant > properties
Definition: property_variant.hpp:51
constexpr std::remove_reference_t< T > && force_move(T &&t)
Definition: move.hpp:20
retain
Definition: publish.hpp:42
qos
Definition: subscribe_options.hpp:34
Definition: publish.hpp:53
constexpr qos get_qos() const
Definition: publish.hpp:84
constexpr retain get_retain() const
Definition: publish.hpp:80