template<typename FunctorT, typename ReturnT, typename MsgT>
vt::util::SimpleFunctorTraits<ReturnT(FunctorT::*)(MsgT*)> struct

Public types

using FunctorType = FunctorT
using MessageType = MsgT
using ReturnType = ReturnT