Searched defs:config_t (Results 1 – 2 of 2) sorted by relevance
41 struct config_t { struct49 std::unique_ptr<config_t> config_new_empty(void); argument
34 using config_t = std::pair<const char*, std::variant<const int, const char*>>; typedef