Functions | |
template<class Tr1 , class Tr2 > | |
void | iterator_adaptor_assert_traversal () |
template<class Iterator > | |
operator_brackets_proxy< Iterator > | make_operator_brackets_result (Iterator const &iter, mpl::true_) |
template<class Iterator > | |
Iterator::value_type | make_operator_brackets_result (Iterator const &iter, mpl::false_) |
|
inline |
Definition at line 212 of file iterator_adaptor.hpp.
operator_brackets_proxy<Iterator> boost::iterators::detail::make_operator_brackets_result | ( | Iterator const & | iter, |
mpl::true_ | |||
) |
Definition at line 396 of file iterator_facade.hpp.
Iterator::value_type boost::iterators::detail::make_operator_brackets_result | ( | Iterator const & | iter, |
mpl::false_ | |||
) |
Definition at line 402 of file iterator_facade.hpp.