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 {
  // construct/copy/destruct
  ();
  ();
   ();

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

Description

antistable public construct/copy/destruct

  1. ( comp);
  2. ( other);
  3.  ();

antistable public member functions

  1. template<typename U, typename V>  ( u,  v);
  2.  () ;

PrevUpHomeNext