OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iterator_range
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
iterator_range.hpp
13
// $Id:
iterator_range
.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
28
struct
iterator_range
struct in namespace:boost::mpl
31
typedef
iterator_range
type;
35
BOOST_MPL_AUX_LAMBDA_SUPPORT(2,
iterator_range
,(First,Last))
38
BOOST_MPL_AUX_NA_SPEC(2,
iterator_range
)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
iterator_range_core.hpp
38
\c
iterator_range
is a simple wrapper of iterator pair idiom. It provides
107
//!
iterator_range
class
109
An \c
iterator_range
delimits a range in a sequence by beginning and ending iterators.
110
An
iterator_range
can be passed to an algorithm which requires a sequence as an input.
119
delimiting a working range, as an arguments. The \c
iterator_range
class is an
125
class
iterator_range
class in namespace:boost
127
typedef range_detail::safe_bool< IteratorT
iterator_range
<IteratorT>::* > safe_bool_t;
133
typedef
iterator_range
<IteratorT> type;
149
typedef
iterator_range
<IteratorT> this_type;
174
iterator_range
() : m_Begin( iterator() ), m_End( iterator()
function in class:boost::iterator_range
179
iterator_range
( Iterator Begin, Iterator End ) :
function in class:boost::iterator_range
185
iterator_range
( const Range& r ) :
function in class:boost::iterator_range
191
iterator_range
( Range& r ) :
function in class:boost::iterator_range
197
iterator_range
( const Range& r,
iterator_range
_detail::const_range_tag ) :
function in class:boost::iterator_range
203
iterator_range
( Range& r,
iterator_range
_detail::range_tag ) :
function in class:boost::iterator_range
[
all
...]
Completed in 490 milliseconds