Searched defs:wrap_cstr (Results 1 – 1 of 1) sorted by relevance
286 struct wrap_cstr struct288 typedef T type;292 struct wrap_cstr<char *> struct294 typedef wrap_cstr<char *> type;295 typedef char *iterator;296 typedef char *const_iterator;300 struct wrap_cstr<char const *> struct302 typedef wrap_cstr<char const *> type;303 typedef char const *iterator;304 typedef char const *const_iterator;[all …]