Home
last modified time | relevance | path

Searched refs:mutable_indirect_first (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/iterator/example/
Dindirect_iterator_example.cpp39 boost::indirect_iterator<char* const*> mutable_indirect_first(pointers_to_mutable_chars), in main() local
45mutable_indirect_first, boost::bind(std::plus<char>(), 1, boost::placeholders::_1)); in main()
47 std::copy(mutable_indirect_first, mutable_indirect_last, in main()
/third_party/boost/libs/iterator/doc/
Dindirect_iterator_eg.rst42 boost::indirect_iterator<char* const*> mutable_indirect_first(pointers_to_mutable_chars),
48 mutable_indirect_first, std::bind1st(std::plus<char>(), 1));
50 std::copy(mutable_indirect_first, mutable_indirect_last,
/third_party/boost/libs/iterator/doc/quickbook/
Dindirect_iterator.qbk46 boost::indirect_iterator<char* const*> mutable_indirect_first(pointers_to_mutable_chars),
52 mutable_indirect_first, std::bind(std::plus<char>(), 1, std::placeholders::_1));
54 std::copy(mutable_indirect_first, mutable_indirect_last,