Wire Sysio Wire Sysion 1.0.0
|
#include <cstddef>
#include <string>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | Catch::StringRef |
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::string &lhs, StringRef const &rhs) -> std::string & |
auto | Catch::operator<< (std::ostream &os, StringRef const &str) -> std::ostream & |
auto | Catch::operator""_sr (char const *rawChars, std::size_t size) noexcept -> StringRef |
auto | operator""_catch_sr (char const *rawChars, std::size_t size) noexcept -> Catch::StringRef |
|
inlinenoexcept |
Definition at line 128 of file catch_stringref.h.