BDE 4.14.0 Production release
|
Provide a tag type used to detect STL-like iterators traits.
This component defines a tag type HasStlIterators
derived from bslmf::DetectNestedTrait
type. The type defines a metafunction that detects if a class has STL-like iterators, and provides a type HasStilIterators<TYPE>::value
which aliases true_type
if TYPE
has STL-like iterators, and false_type
otherwise.
A TYPE
that has this trait fulfills the following requirements, where mX
is a modifiable object and X
a non-modifiable object of TYPE
: