id_policy.hpp | 53 virtual bool matching( parameter const& p, argv_traverser& tr, bool primary ) const; 111 virtual bool matching( parameter const& p, argv_traverser& tr, bool primary ) const function in class:boost::BOOST_RT_PARAM_NAMESPACE::cla::dual_id_policy 113 return m_primary.matching( p, tr, primary ) || m_secondary.matching( p, tr, primary );
|