IsConvertibleToCString | This struct template implements a meta-function to determine if the (template parameter) t_TYPE is convertible to const t_CHAR_TYPE *. |
IsConvertibleToStringView | This struct template implements a meta-function to determine if the (template parameter) t_TYPE is convertible to bsl::basic_string_view<t_CHAR_TYPE, t_CHAR_TRAITS>. |
UsesBslmaAllocator<bsl::basic_string<CHAR_TYPE, CHAR_TRAITS, ALLOC>> | |
UsesBslmaAllocator<bsl::map<KEY, VALUE, COMPARATOR, ALLOCATOR>> | |
UsesBslmaAllocator<bsl::hash_set<_Value, _HashFcn, _EqualKey, _Alloc>> | |
UsesBslmaAllocator<bsl::hash_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc>> | |
UsesBslmaAllocator<bsl::list<VALUE, ALLOCATOR>> | |
UsesBslmaAllocator<bsl::set<KEY, COMPARATOR, ALLOCATOR>> | |
UsesBslmaAllocator<bsl::deque<VALUE_TYPE, ALLOCATOR>> | |
UsesBslmaAllocator<bsl::multimap<KEY, VALUE, COMPARATOR, ALLOCATOR>> | |
UsesBslmaAllocator<bsl::hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc>> | |
UsesBslmaAllocator<bsl::hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc>> | |
UsesBslmaAllocator<bsl::multiset<KEY, COMPARATOR, ALLOCATOR>> | |