Home
last modified time | relevance | path

Searched defs:extract_c_string (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/spirit/home/support/
H A Dstring_traits.hpp154 struct extract_c_string struct
156 typedef typename char_type_of<String>::type char_type;
159 static T const* call (T* str) in call()
165 static T const* call (T const* str) in call()
173 struct extract_c_string<T const> struct
175 typedef typename extract_c_string<T>::char_type char_type;
177 static typename extract_c_string<T>::char_type const* call (T const str) in call()
185 struct extract_c_string<T&> struct
187 typedef typename extract_c_string<T>::char_type char_type;
189 static typename extract_c_string<T>::char_type const* call (T& str) in call()
[all …]