CppWAMP
C++11 client library for the WAMP protocol
payload.hpp File Reference

Contains the declaration of Payload, which bundles together Variant arguments. More...

#include <initializer_list>
#include <ostream>
#include <sstream>
#include <tuple>
#include <utility>
#include "api.hpp"
#include "options.hpp"
#include "internal/integersequence.hpp"

Go to the source code of this file.

Classes

class  wamp::Payload< TDerived, TMessage >
 Wrapper around a WAMP message containing payload arguments and an options dictionary. More...
 

Namespaces

 wamp
 

Detailed Description

Contains the declaration of Payload, which bundles together Variant arguments.