|
OpenTTD Source 15.0-beta1
|
Comparator for std::map. More...
Public Types | |
| using | is_transparent = void |
| Enable map queries with various key types. | |
Public Member Functions | |
| template<typename Key1 , typename Key2 > | |
| bool | operator() (const Key1 &lhs, const Key2 &rhs) const |
| Comparison operator for LineCacheKey and LineCacheQuery. | |
Comparator for std::map.
Definition at line 153 of file gfx_layout.h.
| using Layouter::LineCacheCompare::is_transparent = void |
Enable map queries with various key types.
Definition at line 154 of file gfx_layout.h.
|
inline |
Comparison operator for LineCacheKey and LineCacheQuery.
Definition at line 158 of file gfx_layout.h.