aimstil  5.0.5
stl_declarations.h
Go to the documentation of this file.
1 #ifndef TIL_STL_DECLARATIONS_H
2 #define TIL_STL_DECLARATIONS_H
3 
4 #include <map>
5 
6 namespace std
7 {
8  template < typename _Ty, typename _Ax > class vector;
9  template < typename _Ty, typename _Ax > class list;
10  template < class _Kty, class _Pr, class _Alloc > class set;
11  template < class _Kty, class _Ty, class _Pr, class _Alloc > class map;
12 
13 } // namespace std
14 
15 #endif
16 
17 
STL namespace.
void set(TImage &im, typename TImage::value_type value)
Definition: imageArith.h:22