#pragma once #include #include template , typename Alloc = std::allocator> using btree_set = phmap::btree_set; template , typename Alloc = std::allocator> using btree_multiset = phmap::btree_multiset; template , typename Alloc = std::allocator>> using btree_map = phmap::btree_map; template , typename Alloc = std::allocator>> using btree_multimap = phmap::btree_multimap; template , typename Alloc = mi_stl_allocator> using btree_set_mp = phmap::btree_set; template , typename Alloc = mi_stl_allocator> using btree_multiset_mp = phmap::btree_multiset; template , typename Alloc = mi_stl_allocator>> using btree_map_mp = phmap::btree_map; template , typename Alloc = mi_stl_allocator>> using btree_multimap_mp = phmap::btree_multimap;