openMSX
Classes | Functions
stl_test.cc File Reference
#include "catch.hpp"
#include "stl.hh"
#include "view.hh"
#include <list>
Include dependency graph for stl_test.cc:

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")
 

Function Documentation

◆ TEST_CASE() [1/4]

TEST_CASE ( "append"  )

◆ TEST_CASE() [2/4]

TEST_CASE ( "to_vector: from list"  )

Definition at line 121 of file stl_test.cc.

References CHECK(), and to_vector().

◆ TEST_CASE() [3/4]

TEST_CASE ( "to_vector: from view"  )

Definition at line 143 of file stl_test.cc.

References CHECK(), view::drop(), and to_vector().

◆ TEST_CASE() [4/4]

TEST_CASE ( "to_vector: optimized r-value"  )