Searched defs:Initial (Results 1 – 1 of 1) sorted by relevance
427 struct Initial { // Initial property value struct428 Initial(Property value, Optionality check = REQUIRED) : value(value), check(check) {} in value() argument438 const Initial expectedInitial, std::list<Property> valuesToTest, argument