Searched defs:make_output_actor (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/boost/log/detail/ |
| D | attr_output_impl.hpp | 57 struct make_output_actor< ActorT< LeftExprT >, RightT, ValueT, false > struct 64 > make_expression; 66 typedef ActorT< typename make_expression::type > type; 68 static BOOST_FORCEINLINE type make(ActorT< LeftExprT > const& left, RightT const& right) in make() 76 struct make_output_actor< ActorT< LeftExprT >, RightT, ValueT, true > struct 78 …alueT, typename RightT::fallback_policy, to_log_fun< typename RightT::tag_type > > expression_type; 80 typedef ActorT< expression_type > type; 82 static BOOST_FORCEINLINE type make(ActorT< LeftExprT > const& left, RightT const& right) in make()
|