openMSX
|
#include "catch.hpp"
#include "ranges.hh"
#include "stl.hh"
#include "view.hh"
#include <array>
#include <span>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
TEST_CASE ("ranges::copy") | |
TEST_CASE ("ranges::equal") | |
TEST_CASE ("ranges::all_equal") | |
TEST_CASE ("binary_find") | |
TEST_CASE ("subspan") | |
TEST_CASE | ( | "binary_find" | ) |
Definition at line 164 of file ranges_test.cc.
References binary_find(), and CHECK().
TEST_CASE | ( | "ranges::all_equal" | ) |
Definition at line 139 of file ranges_test.cc.
References ranges::all_equal(), CHECK(), and g.
TEST_CASE | ( | "ranges::copy" | ) |
Definition at line 10 of file ranges_test.cc.
References CHECK(), ranges::copy(), subspan(), and to_vector().
TEST_CASE | ( | "ranges::equal" | ) |
Definition at line 57 of file ranges_test.cc.
References CHECK(), ranges::equal(), view::filter(), and v4.