Telnet++
A C++ library for interacting with Telnet streams
encoder.hpp
1 #pragma once
2 
3 #include "telnetpp/options/msdp/variable.hpp"
4 
5 namespace telnetpp { namespace options { namespace msdp { namespace detail {
6 
7 //* =========================================================================
9 //* =========================================================================
10 telnetpp::u8stream encode(
11  std::vector<telnetpp::options::msdp::variable> const &variables);
12 
13 }}}}
A collection of bytes that models the Standard Library&#39;s Container concept.
Definition: byte_converter.hpp:4