Home
last modified time | relevance | path

Searched refs: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.hpp151 struct extract_c_string;
154 struct extract_c_string struct
173 struct extract_c_string<T const> struct
175 typedef typename extract_c_string<T>::char_type char_type; argument
177 static typename extract_c_string<T>::char_type const* call (T const str) in call() argument
179 return extract_c_string<T>::call(str); in call()
185 struct extract_c_string<T&> struct
187 typedef typename extract_c_string<T>::char_type char_type; argument
189 static typename extract_c_string<T>::char_type const* call (T& str) in call() argument
191 return extract_c_string<T>::call(str); in call()
[all …]