Home
last modified time | relevance | path

Searched defs:wrap_cstr (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dforeach.hpp286 struct wrap_cstr struct
288 typedef T type;
292 struct wrap_cstr<char *> struct
294 typedef wrap_cstr<char *> type;
295 typedef char *iterator;
296 typedef char *const_iterator;
300 struct wrap_cstr<char const *> struct
302 typedef wrap_cstr<char const *> type;
303 typedef char const *iterator;
304 typedef char const *const_iterator;
[all …]