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,  Args> 
  imported_class<  
  ( lib,  size,  args);

Description

[Note] Note

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


PrevUpHomeNext