mqtt_cpp
packet_id_type.hpp
Go to the documentation of this file.
1 // Copyright Takatoshi Kondo 2019
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(MQTT_PACKET_ID_TYPE_HPP)
8 #define MQTT_PACKET_ID_TYPE_HPP
9 
11 
12 namespace MQTT_NS {
13 
14 template <std::size_t PacketIdBytes>
16 
17 template <std::size_t PacketIdBytes>
19 
20 template <std::size_t PacketIdBytes>
22 
23 } // namespace MQTT_NS
24 
25 #endif // MQTT_PACKET_ID_TYPE_HPP
Definition: any.hpp:27
Definition: two_or_four_byte_util.hpp:52
Definition: two_or_four_byte_util.hpp:33