X
-- A type that models the MutableAtomicStructure Conceptx
-- An object of type X
Expression | Type Requirements | Precondition | Semantics | Postcondition | Complexity
|
X::reference x.operator[](X::size_type n) | n is in the range [0,x.size()) | Gets a non-const reference to the n'th atom in the structure. |