openMSX
Public Member Functions | Friends | List of all members
cstd::string Class Reference

#include <cstd.hh>

Public Member Functions

constexpr string (const char *s)
 
constexpr const char * begin () const
 
constexpr const char * end () const
 
 operator string_view () const
 

Friends

constexpr bool operator< (string x, string y)
 

Detailed Description

Definition at line 247 of file cstd.hh.

Constructor & Destructor Documentation

◆ string()

constexpr cstd::string::string ( const char *  s)
inline

Definition at line 250 of file cstd.hh.

Member Function Documentation

◆ begin()

constexpr const char* cstd::string::begin ( ) const
inline

Definition at line 255 of file cstd.hh.

◆ end()

constexpr const char* cstd::string::end ( ) const
inline

Definition at line 260 of file cstd.hh.

◆ operator string_view()

cstd::string::operator string_view ( ) const
inline

Definition at line 271 of file cstd.hh.

References cstd::sin().

Friends And Related Function Documentation

◆ operator<

constexpr bool operator< ( string  x,
string  y 
)
friend

Definition at line 265 of file cstd.hh.


The documentation for this class was generated from the following file: