forked from boostorg/range
[boost][range] - Added has_range_iterator and has_range_const_iterator. Trac ticket 4296.
[SVN r67433]
This commit is contained in:
@ -73,6 +73,16 @@
|
||||
[`boost::reverse_iterator<range_iterator<const X>::type`]
|
||||
[compile time]
|
||||
]
|
||||
[
|
||||
[`has_range_iterator<X>::type`]
|
||||
[`mpl::true_` if `range_mutable_iterator<X>::type` is a valid expression, `mpl::false_` otherwise]
|
||||
[compile time]
|
||||
]
|
||||
[
|
||||
[`has_range_const_iterator<X>::type`]
|
||||
[`mpl::true_` if `range_const_iterator<X>::type` is a valid expression, `mpl::false_` otherwise]
|
||||
[compile time]
|
||||
]
|
||||
]
|
||||
|
||||
[endsect]
|
||||
|
Reference in New Issue
Block a user