Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template antistable

boost::movelib::antistable

Synopsis

// In header: <boost/move/algo/predicate.hpp>

template<typename Comp> 
struct antistable {

  // public member functions
  ();
  ();
  template<typename U, typename V>  (, );
   () ;

  // private member functions
   ();
};

Description

antistable public member functions

  1. ( comp);
  2. ( other);
  3. template<typename U, typename V>  ( u,  v);
  4.  () ;

antistable private member functions

  1.  ();

PrevUpHomeNext