Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 7 years ago

Language

Compiler

Options

Author

anonymous

about 7 years ago

$
void test() [CONTAINER = std::list]
--------Stateless:--------
--- during default-construction:
default-constructed
--- during copy-construction:
copy-constructed
rebind-move-constructed
rebind-copy-constructed
move-constructed
--- during move-construction:
rebind-move-constructed
rebind-copy-constructed
move-constructed
--- during destructions:
--------Stateful:--------
--- during default-construction:
default-constructed
--- during copy-construction:
copy-constructed
rebind-move-constructed
rebind-copy-constructed
move-constructed
--- during move-construction:
rebind-move-constructed
rebind-copy-constructed
move-constructed
--- during destructions:
void test() [CONTAINER = std::vector]
--------Stateless:--------
--- during default-construction:
default-constructed
--- during copy-construction:
copy-constructed
copy-constructed
--- during move-construction:
copy-constructed
--- during destructions:
--------Stateful:--------
--- during default-construction:
default-constructed
--- during copy-construction:
copy-constructed
copy-constructed
--- during move-construction:
copy-constructed
--- during destructions:
Exit Code:
0