The class template
basic_stacktrace satisfies
the requirements of
an allocator-aware container (Table
78),
a sequence container (
[sequence.reqmts]), and
a reversible container (
[container.requirements.general])
except that
- only move, assignment, swap, and
operations defined for const-qualified sequence containers are supported and,
- the semantics of comparison functions
are different from those required for a container.