Struct Scine::Core::DerivedModule::detail::none_of

template<typename Sequence, typename Predicate>
struct none_of : public boost::is_same<boost::mpl::end<Sequence>::type, boost::mpl::find_if<Sequence, Predicate>::type>