async_mqtt 9.0.1
Loading...
Searching...
No Matches
packet_variant_fwd.hpp
1// Copyright Takatoshi Kondo 2022
2//
3// Distributed under the Boost Software License, Version 1.0.
4// (See accompanying file LICENSE_1_0.txt or copy at
5// http://www.boost.org/LICENSE_1_0.txt)
6
7#if !defined(ASYNC_MQTT_PACKET_PACKET_VARIANT_FWD_HPP)
8#define ASYNC_MQTT_PACKET_PACKET_VARIANT_FWD_HPP
9
10#include <cstddef>
11
22namespace async_mqtt {
23
36template <std::size_t PacketIdBytes>
38
50
51} // namespace async_mqtt
52
53#endif // ASYNC_MQTT_PACKET_PACKET_VARIANT_FWD_HPP
The varaint type of all packets and system_error.
Definition packet_variant_fwd.hpp:37