This struct template implements a meta‐function to determine if the (template parameter) t_TYPE is convertible to const t_CHAR_TYPE *.
Synopsis
Declared in <bslstl_isconvertibletocstring.h>
template<
class t_CHAR_TYPE,
class t_TYPE>
struct IsConvertibleToCString
: bsl::is_convertible<t_TYPE, t_CHAR_TYPE const*>
Base Classes
Name |
Description |
|
Meta‐function for detecting implicit convertibility between types. |
Type Aliases
Name |
Description |
Alias for this |
|
Alias for the (template parameter) |
Member Functions
Name |
Description |
Return a copy of the template argument |
|
Return a copy of the template argument |
Static Data Members
Name |
Description |
The compile‐time constant value of this metafunction. |
Specializations
Name |
Description |
|
Treat unbounded array references as convertible to |
Created with MrDocs