IsConvertibleToCString | This struct template implements a meta-function to determine if the (template parameter) t_TYPE is convertible to const t_CHAR_TYPE *. |
IsConvertibleToStringView | Meta-function for detecting types convertible to a string view. |
UsesBslmaAllocator<bsl::basic_string<CHAR_TYPE, CHAR_TRAITS, ALLOC>> | Trait indicating basic_string uses bslma allocators. |
UsesBslmaAllocator<bsl::map<KEY, VALUE, COMPARATOR, ALLOCATOR>> | Trait indicating bsl::map uses bslma allocators when ALLOCATOR allows. |
UsesBslmaAllocator<bsl::hash_set<_Value, _HashFcn, _EqualKey, _Alloc>> | Trait indicating hash_set uses bslma allocators when _Alloc allows. |
UsesBslmaAllocator<bsl::hash_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc>> | Trait indicating hash_multimap uses bslma allocators when _Alloc allows. |
UsesBslmaAllocator<bsl::list<VALUE, ALLOCATOR>> | Trait indicating bsl::list uses bslma allocators when ALLOCATOR allows. |
UsesBslmaAllocator<bsl::set<KEY, COMPARATOR, ALLOCATOR>> | Trait indicating bsl::set uses bslma allocators when ALLOCATOR allows. |
UsesBslmaAllocator<bsl::deque<VALUE_TYPE, ALLOCATOR>> | Trait indicating deque uses bslma allocators when ALLOCATOR allows. |
UsesBslmaAllocator<bsl::multimap<KEY, VALUE, COMPARATOR, ALLOCATOR>> | Trait indicating bsl::multimap uses bslma allocators when ALLOCATOR allows. |
UsesBslmaAllocator<bsl::hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc>> | Trait indicating hash_multiset uses bslma allocators when _Alloc allows. |
UsesBslmaAllocator<bsl::hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc>> | Trait indicating hash_map uses bslma allocators when _Alloc allows. |
UsesBslmaAllocator<bsl::multiset<KEY, COMPARATOR, ALLOCATOR>> | Trait indicating bsl::multiset uses bslma allocators. |