Home
last modified time | relevance | path

Searched defs:as_action_adapter (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/log/utility/functional/
Das_action.hpp31 struct as_action_adapter struct
33 typedef typename FunT::result_type result_type;
35 BOOST_DEFAULTED_FUNCTION(as_action_adapter(), {}) in as_action_adapter() argument
39 result_type operator() (AttributeT const& attr, ContextT const& ctx, bool& pass) const in operator ()()
45 FunT m_fun;