OpenTTD Source  12.0-beta2
smallmap_type.hpp File Reference
#include "smallvec_type.hpp"
#include <utility>

Go to the source code of this file.

Data Structures

struct  SmallMap< T, U >
 Implementation of simple mapping class. More...
 

Detailed Description

Simple mapping class targeted for small sets of data. Stored data shall be POD ("Plain Old Data")!

Definition in file smallmap_type.hpp.