Quick Links:

bal | bbl | bdl | bsl

Namespaces | Typedefs

Component bslalg_typetraithasstliterators
[Package bslalg]

Provide a trait to mark classes as having STL-like iterators. More...

Namespaces

namespace  bslalg

Typedefs

typedef
bslalg::TypeTraitHasStlIterators 
bslalg_TypeTraitHasStlIterators

Detailed Description

Outline
Purpose:
Provide a trait to mark classes as having STL-like iterators.
Deprecated:
Use bslalg_hasstliterators instead.
Classes:
bslalg::TypeTraitHasStlIterators has STL-like iterators
See also:
Description:
This component provides a single traits class, bslalg::TypeTraitHasStlIterators, which allows the trait bslalg::HasStlIterators to be declared using the (deprecated) BSLALG_DECLARE_NESTED_TRAITS macro. See the bslalg_hasstliterators component for details of this trait.
Usage:
No Usage example is provided since this component is deprecated.

Typedef Documentation