CppWAMP
C++11 client library for the WAMP protocol
conversion.hpp
Go to the documentation of this file.
1 /*------------------------------------------------------------------------------
2  Copyright Butterfly Energy Systems 2022.
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 
8 #ifndef CPPWAMP_CONVERSION_HPP
9 #define CPPWAMP_CONVERSION_HPP
10 
11 //------------------------------------------------------------------------------
16 //------------------------------------------------------------------------------
17 
18 #include "variant.hpp"
19 
20 #endif // CPPWAMP_CONVERSION_HPP
variant.hpp
Contains the declaration of Variant and other closely related types/functions.