3#include "telnetpp/options/msdp/variable.hpp"
5namespace telnetpp::options::msdp::detail {
13 telnetpp::byte_storage &storage);
18template <
typename Continuation>
21 telnetpp::byte_storage storage;
22 encode_variable(vbl, storage);
A structure that represents a named value.
Definition variable.hpp:30