Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

numeric

Go to the documentation of this file.
00001 /* -*- mode:c++ -*- */
00002 
00012 namespace std {
00013 
00018   template < typename InputIterator, typename Type >
00019     Type
00020     accumulate ( InputIterator first,
00021                  InputIterator last,
00022                  Type init );
00023 
00024 
00025 
00026 };

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3