CppWAMP
C++11 client library for the WAMP protocol
corounpacker.hpp
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_CORO_COROUNPACKER_HPP
9 #define CPPWAMP_CORO_COROUNPACKER_HPP
10 
11 // Backward compatility header which includes <cppwamp/corounpacker.hpp> */
12 
13 #include <cppwamp/corounpacker.hpp>
14 
15 #endif // CPPWAMP_CORO_COROUNPACKER_HPP
corounpacker.hpp
Contains utilities for unpacking positional arguments passed to event slots and call slots that spawn...