Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct active_state

boost::genetics::basic_two_stage_index::iterator::active_state

Synopsis

// In header: <boost/genetics/two_stage_index.hpp>



struct active_state {

  // public member functions
  bool operator<(const active_state &);

  // public data members
  addr_type elem;
  const addr_type * end;
  index_type idx;
  addr_type prev;
  const addr_type * ptr;
  addr_type start;
};

Description

active_state public member functions

  1. bool operator<(const active_state & rhs);

PrevUpHomeNext