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