Skip to content
Snippets Groups Projects
Commit f0f8c56d authored by tqchen's avatar tqchen
Browse files

change APIVariant to class

parent 0153649e
No related branches found
No related tags found
No related merge requests found
Subproject commit bd94f8c8e41b46ae7ca69a3405aac7463a4e23d5
Subproject commit 0fe824d680fe9c2ccbd874d4a80b26d92e65fbec
......@@ -44,7 +44,8 @@ inline Type String2Type(std::string s) {
}
/*! \brief Variant container for API calls */
struct APIVariantValue {
class APIVariantValue {
public:
/*! \brief the type id */
ArgVariantID type_id{kNull};
/*! \brief shared pointer container */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment