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 182 of file APEX_Include.h.
using apex::VariadicArg< T >::IndirectRange< IterT >::value_type = T |
Definition at line 185 of file APEX_Include.h.
|
inline |
Definition at line 192 of file APEX_Include.h.
|
inline |
Definition at line 197 of file APEX_Include.h.
|
inline |
Definition at line 187 of file APEX_Include.h.
Definition at line 203 of file APEX_Include.h.