Home
last modified time | relevance | path

Searched defs: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

Completed in 1 milliseconds