|
FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
|
#include <cstddef>#include <cstdint>#include <type_traits>#include <vector>Go to the source code of this file.
Classes | |
| class | fcb::span< T > |
| Minimal C++17 stand-in for std::span: a non-owning view over contiguous memory. More... | |
Namespaces | |
| namespace | fcb |
Typedefs | |
| using | fcb::bytes_view = span< const std::uint8_t > |
| The workhorse alias: a read-only view over bytes. | |