![]() |
Speeduino
|
An array of pin numbers. More...
#include <pinNumbers_t.h>


Public Member Functions | |
| constexpr | pin_array_t () |
| bool | isPinUsed (uint8_t pin) const |
Does the array contain pin? | |
Public Member Functions inherited from array< T, N > | |
| constexpr | array ()=default |
| constexpr reference | operator[] (size_type index) noexcept |
| constexpr const_reference | operator[] (size_type index) const noexcept |
| constexpr reference | at (size_type index) |
| constexpr const_reference | at (size_type index) const |
| constexpr reference | front () noexcept |
| constexpr const_reference | front () const noexcept |
| constexpr reference | back () noexcept |
| constexpr const_reference | back () const noexcept |
| constexpr T * | data () noexcept |
| constexpr const T * | data () const noexcept |
| constexpr iterator | begin () noexcept |
| constexpr const_iterator | begin () const noexcept |
| constexpr iterator | end () noexcept |
| constexpr const_iterator | end () const noexcept |
| constexpr bool | empty () const noexcept |
| constexpr size_type | size () const noexcept |
| constexpr size_type | max_size () const noexcept |
| constexpr void | fill (const T &value) |
Additional Inherited Members | |
Public Types inherited from array< T, N > | |
| using | value_type = T |
| using | size_type = size_t |
| using | reference = T & |
| using | const_reference = const T & |
| using | iterator = T * |
| using | const_iterator = const T * |
Public Attributes inherited from array< T, N > | |
| T | _elements [N] = {} |
An array of pin numbers.
|
inlineconstexpr |

|
inline |
Does the array contain pin?

