vt::messaging::statics::Holder struct

Static objects with global lifetime and elimination of allocation. They are stateless and have a very high/constant reuse pattern.

Public static variables

template<typename T>
static MsgPtrImplTyped<T> TypedMsgPtrImpls

Public static functions

template<typename T>
static auto getImpl() -> MsgPtrImplTyped<T>*