[boost][range] - Added has_range_iterator and has_range_const_iterator. Trac ticket 4296.

[SVN r67433]
This commit is contained in:
Neil Groves
2010-12-23 18:10:09 +00:00
parent 4fc942f45e
commit 9cf925c079
98 changed files with 641 additions and 472 deletions

View File

@ -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]