Skip to content

StackFrameVector::operator std::vector

Conversion to vector

Synopsis

Declared in <src/midend/astProcessing/StackFrameVector.h>

operator std::vector<T>();

Return Value

A standard container which offers fixed time access to individual elements in any order.

Created with MrDocs