This struct provides a namespace for a collection of function templates providing access to the length and iterators of statically sized built‐in arrays
Synopsis
Declared in <bdlb_arrayutil.h>
struct ArrayUtil;
Static Member Functions
Name |
Description |
Return an iterator pointing to the first element of the specified |
|
Return the past‐the‐end iterator for the specified |
|
Return the number of elements in the specified |
|
Return a reverse iterator pointing to the last element of the specified |
|
Return the past‐the‐end reverse iterator for the specified |
|
Return the number of elements in the specified |
|
Return a reference to an array of |
Created with MrDocs