SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
kvpp::literals Namespace Reference

Functions

DMX operator""_kv2 (const char *str, std::size_t len)
KV1 operator""_kv1 (const char *str, const std::size_t len)
KV1Writer operator""_kv1w (const char *str, const std::size_t len)

Function Documentation

◆ operator""_kv1()

KV1 kvpp::literals::operator""_kv1 ( const char * str,
const std::size_t len )
inline

Definition at line 245 of file KV1.h.

◆ operator""_kv1w()

KV1Writer kvpp::literals::operator""_kv1w ( const char * str,
const std::size_t len )
inline

Definition at line 383 of file KV1Writer.h.

◆ operator""_kv2()

DMX kvpp::literals::operator""_kv2 ( const char * str,
std::size_t len )

Definition at line 1084 of file DMX.cpp.