argument_factory.hpp | 85 BOOST_RT_PARAM_VALIDATE_LOGIC( !m_value_generator, 89 m_value_generator = rt_cla_detail::const_generator<T>( dv_ref ); 93 BOOST_RT_PARAM_VALIDATE_LOGIC( !m_value_generator, 97 m_value_generator = rt_cla_detail::ref_generator<T>( ref_id ); 116 unit_test::callback2<parser const&,boost::optional<T>&> m_value_generator; member in struct:boost::BOOST_RT_PARAM_NAMESPACE::cla::typed_argument_factory 184 if( !m_value_generator ) 188 m_value_generator( pa, value );
|