[#BloombergLP-bslalg-TypeTraitHasStlIterators] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::TypeTraitHasStlIterators :relfileprefix: ../../ :mrdocs: A `TYPE` with this trait defines (at minimum) the nested types `iterator` and `const_iterator` and the functions `begin()` and `end()` having the standard STL semantics. == Synopsis Declared in `<bslalg_typetraithasstliterators.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct TypeTraitHasStlIterators; ---- == Types [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslalg/TypeTraitHasStlIterators/Metafunction.adoc[`Metafunction`] | Alias for `HasStlIterators<TYPE>::type`. | xref:BloombergLP/bslalg/TypeTraitHasStlIterators/NestedTraitDeclaration.adoc[`NestedTraitDeclaration`] | This class template ties the `bslalg::TypeTraitHasStlIterators` trait tag to the `bslmf::HasStlIterators` trait metafunction. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#