async_mqtt 9.0.1
Loading...
Searching...
No Matches
inline.hpp
1// Copyright Takatoshi Kondo 2024
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_UTIL_INLINE_HPP)
8#define ASYNC_MQTT_UTIL_INLINE_HPP
9
10#if defined(ASYNC_MQTT_SEPARATE_COMPILATION)
11#define ASYNC_MQTT_HEADER_ONLY_INLINE
12#else // defined(ASYNC_MQTT_SEPARATE_COMPILATION)
13#define ASYNC_MQTT_HEADER_ONLY_INLINE inline
14#endif // defined(ASYNC_MQTT_SEPARATE_COMPILATION)
15
16#endif // ASYNC_MQTT_UTIL_INLINE_HPP