Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

template<class T>
iterator Impala::Core::Array::Pattern::Qset< T >::after_upper_bound ( const T &  val  )  [inline]

Definition at line 39 of file QCollection.h.

References Impala::Core::Array::Pattern::Qset< T >::container.

00039                                              { 
00040         iterator iter=container.upper_bound(val); 
00041         if (iter!=container.end()) iter++; 
00042         return iter; 
00043     }


Generated on Thu Jan 13 09:18:04 2011 for ImpalaSrc by  doxygen 1.5.1