opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
c_string_view.h File Reference
#include <compare>
#include <cstddef>
#include <iosfwd>
#include <string_view>
#include <string>
Include dependency graph for c_string_view.h:

Go to the source code of this file.

Classes

class  osc::CStringView
 
struct  std::hash< osc::CStringView >
 

Namespaces

namespace  osc
 
namespace  osc::literals
 

Functions

std::string osc::to_string (const CStringView &cstring_view)
 
std::ostream & osc::operator<< (std::ostream &, const CStringView &)
 
std::string osc::operator+ (const char *, const CStringView &)
 
std::string osc::operator+ (const std::string &, const CStringView &)