Documentation
  Template function name: iterator_category
  • Template parameter list:
class Iterator
  • Source file:
/usr/include/g++-2/stl_iterator.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 1.
 Function structure:
    int iterator_category(const Iterator&)


Top  Top