rlib
Convenience library for useful things
Loading...
Searching...
No Matches
RStrKV Struct Reference

A pair of borrowed chunks representing one key / value binding inside a larger string. More...

#include <rlib/rstr.h>

Data Fields

RStrChunk key
 
RStrChunk val
 

Detailed Description

A pair of borrowed chunks representing one key / value binding inside a larger string.

Filled by the r_str_kv_parse family.

Field Documentation

◆ key

RStrChunk RStrKV::key

Key chunk (left of the delimiter).

◆ val

RStrChunk RStrKV::val

Value chunk (right of the delimiter).


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