MapLibre Native Core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
filter.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <mbgl/style/filter.hpp>
5 
6 namespace mbgl {
7 namespace style {
8 namespace conversion {
9 
10 template <>
11 struct Converter<Filter> {
12 public:
13  std::optional<Filter> operator()(const Convertible& value, Error& error) const;
14 };
15 
16 } // namespace conversion
17 } // namespace style
18 } // namespace mbgl
std::unique_ptr< Expression > error(std::string)
Definition: actor.hpp:15
std::optional< Filter > operator()(const Convertible &value, Error &error) const