Searched defs:_ResultHolder (Results 1 – 1 of 1) sorted by relevance
1274 struct _ResultHolder struct1276 void Set(const _Type& _type) in Set()1281 _Type Get() in Get()1286 _Type _Result;1290 struct _ResultHolder<_Type*> struct1292 void Set(_Type* const & _type) in Set()1297 _Type* Get() in Get()1304 Agile<_Type*> _M_Result;1311 struct _ResultHolder<std::vector<_Type*>> struct1313 void Set(const std::vector<_Type*>& _type) in Set()[all …]