MapLibre Native Core
|
#include <mbgl/style/expression/parsing_context.hpp>
#include <mbgl/style/expression/interpolate.hpp>
#include <mbgl/style/expression/step.hpp>
#include <mbgl/util/variant.hpp>
#include <optional>
Go to the source code of this file.
Namespaces | |
mbgl | |
mbgl::style | |
mbgl::style::expression | |
Functions | |
std::optional< variant< const Interpolate *, const Step *, ParsingError > > | mbgl::style::expression::findZoomCurve (const expression::Expression *e) |
variant< std::nullptr_t, const Interpolate *, const Step * > | mbgl::style::expression::findZoomCurveChecked (const expression::Expression *e) |