MapLibre Native Core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
is_constant.hpp File Reference

Go to the source code of this file.

Namespaces

 mbgl
 
 mbgl::style
 
 mbgl::style::expression
 

Functions

template<typename T >
bool mbgl::style::expression::isGlobalPropertyConstant (const Expression &expression, const T &properties)
 
bool mbgl::style::expression::isFeatureConstant (const Expression &expression)
 
bool mbgl::style::expression::isZoomConstant (const Expression &e)
 
bool mbgl::style::expression::isRuntimeConstant (const Expression &e)
 Returns true if expression does not depend on information provided by the runtime. More...