Searched refs:extract_c_string (Results 1 – 1 of 1) sorted by relevance
151 struct extract_c_string;154 struct extract_c_string struct173 struct extract_c_string<T const> struct175 typedef typename extract_c_string<T>::char_type char_type; argument177 static typename extract_c_string<T>::char_type const* call (T const str) in call() argument179 return extract_c_string<T>::call(str); in call()185 struct extract_c_string<T&> struct187 typedef typename extract_c_string<T>::char_type char_type; argument189 static typename extract_c_string<T>::char_type const* call (T& str) in call() argument191 return extract_c_string<T>::call(str); in call()[all …]