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

Go to the source code of this file.

Namespaces

 mbgl
 

Functions

template<typename Enum >
MBGL_CONSTEXPR Enum mbgl::operator| (Enum a, Enum b)
 
template<typename Enum >
MBGL_CONSTEXPR Enum & mbgl::operator|= (Enum &a, Enum b)
 
template<typename Enum >
MBGL_CONSTEXPR bool mbgl::operator& (Enum a, Enum b)
 
template<typename Enum >
MBGL_CONSTEXPR Enum mbgl::operator~ (Enum value)