Searched defs:TypedParam (Results 1 – 1 of 1) sorted by relevance
108 struct TypedParam { struct109 T value;110 string label;112 operator T() const { in operator T()