Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template make_binding

boost::type_erasure::make_binding

Synopsis

// In header: <boost/type_erasure/static_binding.hpp>


template<typename Map> static_binding< Map > ();

Description

A convenience function to prevent constructor calls from being parsed as function declarations.


PrevUpHomeNext