#include "test.h"
#include <carla/ListView.h>
#include <array>
#include <cstring>
#include <list>
#include <set>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
TEST (listview, sequence) | |
TEST (listview, string) | |
template<typename Iterator > | |
static void | TestSequence (carla::ListView< Iterator > view) |
TEST | ( | listview | , |
sequence | |||
) |
Definition at line 30 of file test_listview.cpp.
References carla::MakeListView(), and TestSequence().
TEST | ( | listview | , |
string | |||
) |
Definition at line 43 of file test_listview.cpp.
References carla::MakeListView().
|
static |
Definition at line 21 of file test_listview.cpp.
Referenced by TEST().