![]() |
Home | Libraries | People | FAQ | More |
boost::movelib::antistable
// In header: <boost/move/algo/predicate.hpp> template<typename Comp> struct antistable { // construct/copy/destruct explicit antistable(Comp &); antistable & operator=(const antistable &); // public member functions template<typename U, typename V> bool operator()(const U &, const V &); };