BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsl::String_IsConvertibleToStringView< CHAR_TYPE, CHAR_TRAITS, TYPE > Struct Template Reference

#include <bslstl_string.h>

Inheritance diagram for bsl::String_IsConvertibleToStringView< CHAR_TYPE, CHAR_TRAITS, TYPE >:
bsl::is_convertible< TYPE, bsl::basic_string_view< CHAR_TYPE, CHAR_TRAITS > >

Detailed Description

template<class CHAR_TYPE, class CHAR_TRAITS, class TYPE>
struct bsl::String_IsConvertibleToStringView< CHAR_TYPE, CHAR_TRAITS, TYPE >

This component-private struct template implements a meta-function to determine if the (template parameter) TYPE is convertible to the bsl::string_view<CHAR_TYPE', CHAR_TRAITS>'.


The documentation for this struct was generated from the following file: