Requirements on range concept

Class R implementing the concept of range must define: -
 R::R( const R& ); 
Copy constructor -
 R::~R(); 
Destructor -
 bool R::is_divisible() const; 
True if range can be partitioned into two subranges -
 bool R::empty() const; 
True if range is empty -
 R::R( R& r, split ); 
Split range r into two subranges.

Copyright © 2005-2013 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.