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 Class, typename Signature> 
   (smart_library & sm,  name);

Description

Helper functions for overloads.

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

 

Parameters:

sm

A reference to the smart_library

name

The name of the entity to import


PrevUpHomeNext