mn_multimap.hpp File Reference

a mustimap container. This file is part of the Mini Thread Library (https://github.com/RoseLeBlood/MiniThread ). More...

#include "../mn_config.hpp"
#include "mn_array.hpp"
#include "mn_vector.hpp"
#include "mn_pair.hpp"
#include "../utils/mn_utils.hpp"

Go to the source code of this file.

Classes

class  mn::container::basic_multimap< TKEY, TVAL, TAllocator, TComp >
 A sorted associative container that may container multiple entries for each key. More...
 

Namespaces

 mn
 
 mn::container
 

Typedefs

template<typename TKEY , typename TVAL , class TAllocator >
using mn::container::multimap = basic_multimap< TKEY, TVAL, TAllocator >
 

Detailed Description

a mustimap container. This file is part of the Mini Thread Library (https://github.com/RoseLeBlood/MiniThread ).

Author
Copyright (c) 2021 Amber-Sophia Schroeck
License
The Mini Thread Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3, or (at your option) any later version.

The Mini Thread Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with the Mini Thread Library; if not, see https://www.gnu.org/licenses/.