3 #include "telnetpp/command.hpp"
4 #include "telnetpp/core.hpp"
5 #include "telnetpp/negotiation.hpp"
6 #include "telnetpp/subnegotiation.hpp"
19 using element = std::variant<bytes, negotiation, subnegotiation, command>;
24 using elements = gsl::span<element const>;
A common type that can contain any Telnet operation, such as a command, negotiation,...