bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
Loading...
Searching...
No Matches
LexBase.cpp File Reference
#include "LexBase.h"
#include "UnicodeCvt.h"
#include <cctype>
#include <cstring>
#include <charconv>
#include <ios>
Include dependency graph for LexBase.cpp:

Go to the source code of this file.

Namespaces

namespace  bux
 THE common namespace of bux library.
 

Functions

bool bux::operator== (const C_SourcePos &a, const C_SourcePos &b) noexcept
 Equivalence relation.
 
bool bux::operator< (const C_SourcePos &a, const C_SourcePos &b) noexcept
 Partial relation.
 
std::string bux::asciiLiteral (uint32_t utf32)
 
std::string bux::asciiLiteral (std::string_view utf8)
 
void bux::addAsHex (std::string &dst, uint32_t ch32)