Searched defs:get_begin (Results 1 – 2 of 2) sorted by relevance
257 inline typename add_const<T>::type * get_begin(T* str) { return str; } in get_begin() function269 inline T const* get_begin(T const* str) { return str; } in get_begin() function272 inline T* get_begin(T* str) { return str; } in get_begin() function295 inline typename Str::const_iterator get_begin(Str const& str) in get_begin() function300 get_begin(Str& str BOOST_PROTO_DISABLE_IF_IS_CONST(Str)) in get_begin() function318 , T const*>::type get_begin(Str const& str) in get_begin() function330 struct get_begin struct332 typedef typename traits::char_type_of<T>::type char_type;338 >::type* type;342 struct get_begin<Char, Str struct[all …]
9197 pub fn get_begin(&self) -> i32 { in get_begin() method