# ordered_map ```cpp template, class Allocator = std::allocator>> struct ordered_map : std::vector, Allocator>; ```