MapLibre Native Core
|
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) |