30 typedef std::stringstream MsgStream;
32 template<
typename SSType,
typename ArgType>
33 void FormatMsg( SSType &ss,
const ArgType& Arg )
38 template<
typename SSType,
typename FirstArgType,
typename... RestArgsType>
39 void FormatMsg( SSType &ss,
const FirstArgType& FirstArg,
const RestArgsType&... RestArgs )
41 FormatMsg( ss, FirstArg );
42 FormatMsg( ss, RestArgs... );
Graphics engine namespace.
Definition: AdaptiveFixedBlockAllocator.h:30