|
JPL Spatial
Sound spatialization and propagation library
|
#include "JPLSpatial/Core.h"#include "JPLSpatial/Containers/ZipIterator.h"#include <vector>#include <utility>#include <functional>#include <stdexcept>#include <initializer_list>Go to the source code of this file.
Classes | |
| class | JPL::FlatMap< Key, T, Equals, KeyContainer, MappedContainer > |
Namespaces | |
| namespace | JPL |
Typedefs | |
| template<class KeyType , class T , template< class > class AllocatorType> | |
| using | JPL::FlatMapWithAllocator = FlatMap< KeyType, T, std::equal_to< KeyType >, std::vector< KeyType, AllocatorType< KeyType > >, std::vector< T, AllocatorType< T > > > |