xo-expression2 xo-reader2 DSequenceExpr, DSequenceSsm [WIP]
This commit is contained in:
parent
200b967552
commit
0a7b2bec12
1 changed files with 2 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ namespace xo {
|
|||
requires (std::same_as<Args, obj<AGCObject>> && ...)
|
||||
static DArray * array(obj<AAllocator> mm, Args... args);
|
||||
|
||||
obj<AGCObject> operator[](size_type index) const noexcept { return elts_[index]; }
|
||||
|
||||
///@}
|
||||
/** @defgroup darray-access acecss methods **/
|
||||
///@{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue