#include "default_constructible_unary_fn.hpp"
Public Types | |
typedef boost::mpl::if_< boost::has_trivial_default_constructor< F >, F, default_constructible_unary_fn_wrapper< F, R > >::type | type |
typedef boost::mpl::if_< boost::has_trivial_default_constructor<F>, F, default_constructible_unary_fn_wrapper<F, R> >::type boost::range_detail::default_constructible_unary_fn_gen< F, R >::type |