Types
using value_array = std::vector< std::any >using label_array = std::vector< const char * >
Methods
label() const -> const char *template <class T>
value() const -> Tvalue() const -> std::anytemplate <class T>
value(T rhs) -> voidvalues(value_array rhs) -> voidlabels(label_array rhs) -> voidname(std::string rhs) -> voiddraw() -> bool