This class detects if the specified class TYPE has STL‐like iterators. If the class TYPE provides STL‐like iterators then HasStlIterators<TYPE>::value == true, and HasStlIterators<TYPE>::value == false otherwise.
Synopsis
Declared in <bslalg_hasstliterators.h>
template<class TYPE>
struct HasStlIterators
: bslmf::DetectNestedTrait<TYPE, HasStlIterators>
Base Classes
Name |
Description |
This |
Specializations
Created with MrDocs