Home
last modified time | relevance | path

Searched refs:TType (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtest_data_helpers.h30 struct TType { struct
35 TType(Args... args) : values { [args] { return static_cast<T>(args); }... } in TType() function
38 TType(std::initializer_list<std::function<Type()>> values) : values { values } {} in TType() function
44 using Tuple = std::tuple<TType<T>...>;
46 TestTypes(TType<T>... v) : values { v... } {} in TestTypes()
51 auto v = std::get<TType<Type>>(values); in GetValue()

Completed in 1 milliseconds