template <typename EnumType, typename = std::enable_if_t<std::is_enum<EnumType>::value>>

struct enum_range

Defined at line 37 of file ../../third_party/android/platform/frameworks/native/libs/binder/include/binder/Enums.h

Usage: for (const auto v : enum_range

<EnumType

>() ) { ... }

Public Methods

auto begin ()

Defined at line 38 of file ../../third_party/android/platform/frameworks/native/libs/binder/include/binder/Enums.h

auto end ()

Defined at line 39 of file ../../third_party/android/platform/frameworks/native/libs/binder/include/binder/Enums.h