Trait indicating bsl::list provides STL iterators.
Declared in <bslstl_list.h>
template<
class VALUE,
class ALLOCATOR>
struct HasStlIterators<bsl::list<VALUE, ALLOCATOR>>
: bsl::true_type
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |