Home
last modified time | relevance | path

Searched refs:m_def_val (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/log/utility/
Dvalue_ref.hpp65 …ker(VisitableT& visitable, result_type const& def_val) : m_visitable(visitable), m_def_val(def_val) in vistation_invoker()
72 …eturn m_visitable.apply_visitor_or_default(binder1st< FunT, ArgT const& >(FunT(), arg), m_def_val); in operator ()()
77 result_type m_def_val; member