sc::Stack< T >(3) | MPQC | sc::Stack< T >(3) |
NAME¶
sc::Stack< T >
SYNOPSIS¶
Public Member Functions¶
void push (const T &a)
T pop ()
T top () const
int n () const
T operator[] (int i)
void print (std::ostream &os=ExEnv::out0())
Author¶
Generated automatically by Doxygen for MPQC from the source code.
Fri Dec 2 2022 | Version 2.3.1 |