rapidyaml  0.7.1
parse and emit YAML, and do it fast
test_suite_event_handler.cpp File Reference

Go to the source code of this file.

Namespaces

 c4
 
 c4::yml
 

Macros

#define _c4flush_use_instead(i, repl, skip)
 

Functions

void c4::yml::append_escaped (extra::string *s, csubstr val)
 

Macro Definition Documentation

◆ _c4flush_use_instead

#define _c4flush_use_instead (   i,
  repl,
  skip 
)
Value:
do { \
es->append(val.range(prev, i)); \
es->append(repl); \
prev = i + skip; \
} \
while(0)