Searched defs:UnpackSingle (Results 1 – 1 of 1) sorted by relevance
70 struct UnpackSingle struct77 static int op(Payload& p, T& t) in op()138 struct UnpackSingle<std::string> struct140 static int op(Payload& p, std::string& t) in op()163 struct UnpackSingle<fixed_uint_t<N>> struct165 static int op(Payload& p, fixed_uint_t<N>& t) in op()184 struct UnpackSingle<bool> struct186 static int op(Payload& p, bool& b) in op()204 struct UnpackSingle<std::bitset<N>> struct206 static int op(Payload& p, std::bitset<N>& t) in op()[all …]