libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
Loading...
Searching...
No Matches
gimbal_quark.hpp File Reference

Go to the source code of this file.

Data Structures

class  gbl::Quark
 

Functions

Quark gbl::operator""_qrk (const char *pString, std::size_t size) noexcept
 

Detailed Description

gbl::Quark C++ bindings for GblQuark

This file contains the gbl::Quark wrapper around the GblQuark C API. It provides a high-level object- oriented string wrapper around interned strings.

See also
gimbal_quark.h
Author
2023 Falco Girgis

Definition in file gimbal_quark.hpp.

Function Documentation

◆ operator""_qrk()

Quark gbl::operator""_qrk ( const char *  pString,
std::size_t  size 
)
inlinenoexcept

Definition at line 131 of file gimbal_quark.hpp.

131 {
132 return GblQuark_fromStatic(pString);
133}
GblQuark GblQuark_fromStatic(const char *pSstring)
Returns the GblQuark associated with the given STATIC string, which can save an allocation when initi...