#include <IIntvec.h>
Definition at line 5 of file IIntvec.h.
◆ Intvec() [1/3]
Intvec::Intvec |
( |
iterator |
first, |
|
|
iterator |
last, |
|
|
const allocator_type & |
__a = allocator_type() |
|
) |
| |
|
inline |
Definition at line 8 of file IIntvec.h.
11 std::vector<int>(first,
last,__a){}
◆ Intvec() [2/3]
Intvec::Intvec |
( |
int |
n = 0 | ) |
|
|
inline |
Definition at line 12 of file IIntvec.h.
12 :std::vector<int>(n){}
◆ Intvec() [3/3]
◆ allocate_legacy_intvec_copy()
intvec* Intvec::allocate_legacy_intvec_copy |
( |
| ) |
const |
|
inline |
Definition at line 21 of file IIntvec.h.
const CanonicalForm int s
The documentation for this class was generated from the following file: