Home
last modified time | relevance | path

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

/third_party/boost/boost/log/utility/functional/
Dbind_assign.hpp32 struct assign_fun struct
34 typedef void result_type;
37 void operator() (LeftT& assignee, RightT const& val) const in operator ()()