ndk::
  
    #include <binder_enums.h>
  
Iterable interface to enumerate all values of AIDL enum types.
Summary
| Public functions | |
|---|---|
| begin() const  | constexpr autoReturn an iterator pointing to the first enum value.  | 
| end() const  | constexpr autoReturn 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.
