Searched defs:UnpackSingle (Results 1 – 1 of 1) sorted by relevance
71 struct UnpackSingle struct78 static int op(Payload& p, T& t) in op()139 struct UnpackSingle<std::string> struct141 static int op(Payload& p, std::string& t) in op()164 struct UnpackSingle<fixed_uint_t<N>> struct166 static int op(Payload& p, fixed_uint_t<N>& t) in op()185 struct UnpackSingle<bool> struct187 static int op(Payload& p, bool& b) in op()205 struct UnpackSingle<std::bitset<N>> struct207 static int op(Payload& p, std::bitset<N>& t) in op()[all …]