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