Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This version of Boost is under active development. You are currently in the master branch. The current version is 1.89.0.
boost::dll::experimental::import_class
// In header: <boost/dll/import_class.hpp> template<typename T, typename ... Args> imported_class< T > import_class(const smart_library & lib, std::size_t size, Args... args);