Searched defs:test_type1 (Results 1 – 1 of 1) sorted by relevance
18 struct test_type1 struct20 T value;21 test_type1(T const& x) : value(x) {} in test_type1() function