Home
last modified time | relevance | path

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

/openbmc/boost-dbus/include/dbus/
H A Dfilter.hpp23 std::function<bool(message&)> predicate_; member in dbus::filter
28 bool filtered = predicate_(m); in offer()
36 predicate_(BOOST_ASIO_MOVE_CAST(MessagePredicate)(p)), in filter()