Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template get

boost::dll::experimental::get

Synopsis

// In header: <boost/dll/smart_library.hpp>


template<typename T, typename T2> 
   (smart_library & sm,  name);

Description

Helper functions for overloads.

Gets either a variable, function or member-function, depending on the signature.

smart_library 

Parameters:

name

The name of the entity to import

sm

A reference to the smart_library


PrevUpHomeNext