|
HDK
|
#include <APEX_Include.h>
Public Types | |
| using | value_type = T |
Public Member Functions | |
| exint | size () const |
| T & | operator[] (exint index) |
| const T & | operator[] (exint index) const |
Friends | |
| class | VariadicArg< T > |
A minimal array like adaptor which dereferences the VariadicArgs data before returning it. This can be useful to write generic code which deals either with VariadicArgs or ApexArrays. Note: Not compatible with ranged based for loops
Definition at line 185 of file APEX_Include.h.
| using apex::VariadicArg< T >::IndirectRange< IterT >::value_type = T |
Definition at line 188 of file APEX_Include.h.
|
inline |
Definition at line 195 of file APEX_Include.h.
|
inline |
Definition at line 200 of file APEX_Include.h.
|
inline |
Definition at line 190 of file APEX_Include.h.
Definition at line 206 of file APEX_Include.h.