Searched defs:extract_c_string (Results 1 – 1 of 1) sorted by relevance
154 struct extract_c_string struct156 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> struct175 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&> struct187 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 …]