Searched defs:ContainerValue (Results 1 – 1 of 1) sorted by relevance
35 struct ContainerValue struct37 ContainerValue (const std::string& value_) : value(value_) {} in ContainerValue() function38 ContainerValue (const char* value_) : value(value_) {} in ContainerValue() function39 std::string value;