codex
|
#include <string>
#include <string_view>
#include <QTest>
Go to the source code of this file.
Namespaces | |
namespace | std |
Functions | |
char * | std::toString (string_view s) |
Adaptor function to display string_view values in test assertion messages. | |
char * | std::toString (string s) |
Adaptor function to display string values in test assertion messages. | |