Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template import_class

boost::dll::experimental::import_class

Synopsis

// 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);

Description

[Note] Note

This function does add the type alias to the boost::dll::experimental::smart_library.


PrevUpHomeNext