|
|
Category: Adaptors |
Component type: type |
InternalFindElement is an empty class: it has no member functions, member variables, or nested types. It is used solely as a "tag": a concept within the C++ type system. Specifically, it is used as argument to a container template to determin whether the container has a member find function or not. Its existence allows us to specialize the container_traits<> class to generate the appropriate typedefs for the match_element functor.
Template <class T> class ContainerTrait <set<T>
>
{
typedef InternalFindElement FindType;
};
Defined in stl_traits.hpp.
None.
None.
None.
None.
None.
VTL Home
Copyright
© 1999 Konrad-Zuse-Zentrum für Informationstechnik Berlin & Gary Powell All Rights Reserved.