Searched defs:PackSingle (Results 1 – 1 of 1) sorted by relevance
75 struct PackSingle struct82 static int op(Payload& p, const T& t) in op()104 struct PackSingle<std::tuple<T...>> struct106 static int op(Payload& p, const std::tuple<T...>& v) in op()117 struct PackSingle<std::string> struct119 static int op(Payload& p, const std::string& t) in op()138 struct PackSingle<fixed_uint_t<N>> struct140 static int op(Payload& p, const fixed_uint_t<N>& t) in op()160 struct PackSingle<bool> struct162 static int op(Payload& p, const bool& b) in op()[all …]