Documentation
  Template function name: __destroy_aux
  • Template parameter list:
class ForwardIterator
  • Source file:
/usr/include/g++-2/stl_construct.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 3.
 Function structure:
    void __destroy_aux(
    	ForwardIterator first,
    	ForwardIterator last,
    	__false_type)


Top  Top