#include <ah-dry.H>
Public Member Functions | |
| SpecialCtors (const SpecialCtors &) | |
| SpecialCtors (SpecialCtors &&) | |
| SpecialCtors & | operator= (const SpecialCtors &) |
| SpecialCtors & | operator= (SpecialCtors &&) |
| SpecialCtors (const DynList< T > &l) | |
Build the container by inserting all item of list l | |
| template<class It > | |
| SpecialCtors (It b, It e) | |
| SpecialCtors (std::initializer_list< T > l) | |
Special constructors common to Aleph-w (
) containers.
Basically, the constructors of this class append a sequence of items.