[#BSLSTL_STRINGVIEWLIKEPARAM_ENABLE_IF_T] = BSLSTL_STRINGVIEWLIKEPARAM_ENABLE_IF_T :mrdocs: Expand to an `enable_if` type alias for `ResultType` that is defined (i.e., SFINAE‐friendly) only when the `STRING_VIEW_LIKE_TYPE` template parameter is convertible to `bsl::basic_string_view<CHAR_TYPE, CHAR_TRAITS>`. The `CHAR_TYPE` and `CHAR_TRAITS` template parameters must be in scope. The specified `ResultType` (passed as a variadic argument) is the resulting type when the condition is satisfied. == Synopsis Declared in `<bslstl_stringviewlikeparam.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BSLSTL_STRINGVIEWLIKEPARAM_ENABLE_IF_T(...) ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#