Template Struct ParameterAdapter< const M & >

Struct Documentation

template<typename M>
struct ParameterAdapter<const M&>

Public Types

typedef std::remove_reference<typename std::remove_const<M>::type>::type Message
typedef MessageEvent<Message const> Event
typedef const M &Parameter

Public Static Functions

static inline Parameter getParameter(const Event &event)

Public Static Attributes

static const bool is_const = true