openMSX
|
Go to the source code of this file.
Classes | |
struct | S |
Functions | |
TEST_CASE ("append") | |
TEST_CASE ("to_vector: from list") | |
TEST_CASE ("to_vector: from view") | |
TEST_CASE ("to_vector: optimized r-value") | |
TEST_CASE | ( | "append" | ) |
Definition at line 33 of file stl_test.cc.
References append(), CHECK(), S::copy_assignment, S::copy_constructed, S::default_constructed, S::destructed, view::drop(), S::move_assignment, S::move_constructed, and S::reset().
TEST_CASE | ( | "to_vector: from list" | ) |
Definition at line 121 of file stl_test.cc.
References CHECK(), and to_vector().
TEST_CASE | ( | "to_vector: from view" | ) |
Definition at line 143 of file stl_test.cc.
References CHECK(), view::drop(), and to_vector().
TEST_CASE | ( | "to_vector: optimized r-value" | ) |
Definition at line 162 of file stl_test.cc.
References CHECK(), S::copy_assignment, S::copy_constructed, S::default_constructed, S::destructed, S::move_assignment, S::move_constructed, S::reset(), and to_vector().