From 30914350420f8c86b0070f425b8950b6914b9599 Mon Sep 17 00:00:00 2001 From: sonoro1234 Date: Sun, 14 Oct 2018 17:51:10 +0200 Subject: [PATCH] explain template_type --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0ea49d..51b2ecc 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Notes: * calc_value : the numeric value corresponding to value * under key structs we get the structs collection in which the key is the struct name and the value is an array of the struct members. Each one given as a collection with keys * type : the type of the struct member + * template_type : if type has a template argument (as ImVector) here will be * name : the name of the struct member # usage