Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
catch_stringref.cpp File Reference
#include "catch_stringref.h"
#include <ostream>
#include <cstring>
#include <cstdint>
Include dependency graph for catch_stringref.cpp:

Go to the source code of this file.

Namespaces

namespace  Catch
 

Functions

auto Catch::operator+ (StringRef const &lhs, StringRef const &rhs) -> std::string
 
auto Catch::operator+ (StringRef const &lhs, const char *rhs) -> std::string
 
auto Catch::operator+ (char const *lhs, StringRef const &rhs) -> std::string
 
auto Catch::operator<< (std::ostream &os, StringRef const &str) -> std::ostream &
 
auto Catch::operator+= (std::string &lhs, StringRef const &rhs) -> std::string &