Searched refs:pointers_to_mutable_chars (Results 1 – 3 of 3) sorted by relevance
35 char* pointers_to_mutable_chars[N]; in main() local37 pointers_to_mutable_chars[j] = &mutable_characters[j]; in main()39 boost::indirect_iterator<char* const*> mutable_indirect_first(pointers_to_mutable_chars), in main()40 mutable_indirect_last(pointers_to_mutable_chars + N); in main()
38 char* pointers_to_mutable_chars[N];40 pointers_to_mutable_chars[j] = &mutable_characters[j];42 boost::indirect_iterator<char* const*> mutable_indirect_first(pointers_to_mutable_chars),43 mutable_indirect_last(pointers_to_mutable_chars + N);
42 char* pointers_to_mutable_chars[N];44 pointers_to_mutable_chars[j] = &mutable_characters[j];46 boost::indirect_iterator<char* const*> mutable_indirect_first(pointers_to_mutable_chars),47 mutable_indirect_last(pointers_to_mutable_chars + N);