Struct already_initialized¶
Defined in File init.hpp
Struct Documentation¶
-
struct
concore::v1::already_initialized: public runtime_error¶ Exception thrown when attempting to initialize the library more than once.
Thrown when manually initializing after the library was already initialized, either automatically or by explicitly calling init().
Public Functions
-
already_initialized()¶ Default constructor.
-