Documentation
  Template function name: replace
  • Template parameter list:
class InputIterator
  • Source file:
/usr/include/g++-2/std/bastring.h
  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 replace(
    	iterator i1,
    	iterator i2,
    	InputIterator j1,
    	InputIterator j2)


Top  Top