openMSX
Functions
string_view.cc File Reference
#include "string_view.hh"
#include "likely.hh"
#include <algorithm>
#include <iostream>
#include <cstdlib>
#include <stdexcept>
Include dependency graph for string_view.cc:

Go to the source code of this file.

Functions

bool operator< (string_view x, string_view y)
 
unsigned fast_stou (string_view s)
 
std::ostream & operator<< (std::ostream &os, string_view s)
 

Function Documentation

◆ fast_stou()

unsigned fast_stou ( string_view  s)

◆ operator<()

bool operator< ( string_view  x,
string_view  y 
)

Definition at line 138 of file string_view.cc.

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
string_view  s 
)

Definition at line 160 of file string_view.cc.

References string_view::data(), and string_view::size().

Referenced by operator>=().