Documentation
  Template function name: _find
  • Template parameter list:
class charT,class traits,class Allocator
  • Source file:
/usr/include/g++-2/std/bastring.cc
  Description:
 Function comments:
  • The function is a C++ template function.
  • The function parameters are in ANSI 'C' format.
  • The number of parameters required to invoke this function are 4.
 Function structure:
    int _find(
    	const charT* ptr,
    	charT c,
    	size_type xpos,
    	size_type len)


Top  Top