BOOST_ONEMANYCONVERTER_DEF
// In header: <boost/iterator/convert_iterator.hpp>
BOOST_ONEMANYCONVERTER_DEF(converter_name, convert_name)
Defines helper functions for usage of a OneManyConverter
. Helper functions provide a pseudo-variadic interface where they forward all the extra arguments to the constructor of the OneManyConverter
.
converter_name
Name of the type modelling the OneManyConverter
.
convert_name
Name to use for the helper functions.