

| #define TSVECTOR_INCREMENT (Max((finish-start)>>1,32)) |
| void Fill | ( | svector< T > & | v, | |
| const T & | x | |||
| ) | [inline] |
Fills a vector with a value.
| T MaxElement | ( | const svector< T > & | v | ) | [inline] |
Computes the maximum element of a vector.
| T MinElement | ( | const svector< T > & | v | ) | [inline] |
Computes the minimum element of a vector.
| T_STD ostream& operator<< | ( | T_STD ostream & | out, | |
| const svector< T * > & | X | |||
| ) | [inline] |
1.5.4