xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::literals::cbor_literals Namespace Reference

Functions

consteval auto operator""_cborSimpleValue (unsigned long long value) -> utils::cbor::SimpleValue
 Literal operator for creating literal CBOR simple values.
 
consteval auto operator""_cborTag (unsigned long long value) -> utils::cbor::Tag
 Literal operator for creating a CBOR data item tag.
 

Function Documentation

◆ operator""_cborSimpleValue()

consteval auto xentara::literals::cbor_literals::operator""_cborSimpleValue ( unsigned long long  value) -> utils::cbor::SimpleValue

Literal operator for creating literal CBOR simple values.

◆ operator""_cborTag()

consteval auto xentara::literals::cbor_literals::operator""_cborTag ( unsigned long long  value) -> utils::cbor::Tag

Literal operator for creating a CBOR data item tag.