From 50da849da89723416bc16093c7469cd49986e052 Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylov@users.noreply.github.com> Date: Tue, 16 Feb 2021 23:06:05 +0100 Subject: Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d134bd96..c08fe5c9 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,8 @@ to the container value type. By default, *rawvalue has the same type as value*. **emplace_front()**, **emplace()**, **put()** takes the rawvalue-type instead of value. Adding literal strings to containers with **cstr**-elements becomes simple: ```c +using_cvec_str(); // predefined using-statement for cvec of cstr, with `const char*` as rawvalue. +... cvec_str_emplace_back(&vec, "Hello"); clist_str_emplace_front(&list, "Hello"); ``` -- cgit v1.2.3