FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
Loading...
Searching...
No Matches
fcb::SearchResultItem Struct Reference

One hit from an index traversal. More...

#include <fcb/reader.hpp>

Public Attributes

std::uint64_t offset
 
std::uint64_t index
 

Detailed Description

One hit from an index traversal.

Definition at line 18 of file reader.hpp.

Member Data Documentation

◆ index

std::uint64_t fcb::SearchResultItem::index

Definition at line 20 of file reader.hpp.

◆ offset

std::uint64_t fcb::SearchResultItem::offset

Definition at line 19 of file reader.hpp.


The documentation for this struct was generated from the following file: