| demo_load_map_from_array.cpp [code] | This file contains examples for loading a map, and a multimap from an array using both a function, and a functor |
| demo_load_map_from_slist.cpp [code] | This file contains examples for loading a map from a singly linked list, and a multimap using both a function, and a functor |
| demo_load_map_from_vector.cpp [code] | This file contains examples for loading a map, and a multimap from a std::vector using both a function, and a functor |
| load_binary_tree_from_forward_iterator.h [code] | This file contains the code for the function template load_binary_tree_from_forward_iterator |
| load_binary_tree_from_random_access_iterator.h [code] | This file contains the code for the function template load_binary_tree_from_random_access_iterator |
1.5.8