optional

February 19, 2018 ยท View on GitHub

Depending on the configuration of the project 'pronto::raster::optional' is a typedef for either 'boost::optional' or 'std::optional' (default). In the Pronto Raster library the optional<T> is used as the value_type for Rasters that normally have a value of type 'T' but are optionally masked out as 'nodata' values.