ndk::enum_range

#include <binder_enums.h>

Iterable interface to enumerate all values of AIDL enum types.

Summary

Public functions

begin() const
constexpr auto
Return an iterator pointing to the first enum value.
end() const
constexpr auto
Return an iterator pointing to one past the last enum value.

Public functions

begin

constexpr auto ndk::enum_range::begin() const 

Return an iterator pointing to the first enum value.

end

constexpr auto ndk::enum_range::end() const 

Return an iterator pointing to one past the last enum value.