Searched defs:extract_c_string (Results 1 – 3 of 3) 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 …]
24 struct extract_c_string struct27 static T const* call (T* str) in call()33 static T const* call (T const* str) in call()41 struct extract_c_string<T const> struct43 static decltype(auto) call(T const str) in call()51 struct extract_c_string<T&> struct53 static decltype(auto) call(T& str) in call()61 struct extract_c_string<T const&> struct63 static decltype(auto) call(T const& str) in call()70 struct extract_c_string<std::basic_string<T, Traits, Allocator> > struct[all …]
125 struct extract_c_string< struct128 typedef T char_type;130 typedef spirit::basic_string<iterator_range<T const*>, I> string;132 static T const* call (string& s) in call()137 static T const* call (string const& s) in call()144 struct extract_c_string<spirit::basic_string<std::string, I> > struct146 typedef char char_type;148 typedef spirit::basic_string<std::string, I> string;150 static char const* call (string& s) in call()155 static char const* call (string const& s) in call()