#include <remove_copy_if.h>
Public Types | |
typedef RngIn::slice | SliceIn |
typedef range_void< typename SliceIn::iterator > | BaseRngIn |
typedef RngOut::slice | SliceOut |
typedef SliceOut::iterator | BaseItOut |
typedef remove_copy_if_t< BaseRngIn, BaseItOut, Ftor > | subftor |
typedef tuple2< SliceIn, SliceOut > | PairT |
typedef subftor::result_type | result_type |
Classes | |
class | functor_t |
typedef SliceOut::iterator rpa::remove_copy_if_seq_step< RngIn, RngOut, Ftor >::BaseItOut |
typedef range_void< typename SliceIn::iterator > rpa::remove_copy_if_seq_step< RngIn, RngOut, Ftor >::BaseRngIn |
typedef tuple2< SliceIn, SliceOut > rpa::remove_copy_if_seq_step< RngIn, RngOut, Ftor >::PairT |
typedef subftor::result_type rpa::remove_copy_if_seq_step< RngIn, RngOut, Ftor >::result_type |
typedef RngIn::slice rpa::remove_copy_if_seq_step< RngIn, RngOut, Ftor >::SliceIn |
typedef RngOut::slice rpa::remove_copy_if_seq_step< RngIn, RngOut, Ftor >::SliceOut |
typedef remove_copy_if_t< BaseRngIn, BaseItOut, Ftor > rpa::remove_copy_if_seq_step< RngIn, RngOut, Ftor >::subftor |