Searched refs:mutable_indirect_first (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/iterator/example/ |
D | indirect_iterator_example.cpp | 39 boost::indirect_iterator<char* const*> mutable_indirect_first(pointers_to_mutable_chars), in main() local 45 … mutable_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/ |
D | indirect_iterator_eg.rst | 42 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/ |
D | indirect_iterator.qbk | 46 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,
|