BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmf::IsConvertible< t_FROM_TYPE, t_TO_TYPE > Struct Template Reference

#include <bslmf_isconvertible.h>

Inheritance diagram for bslmf::IsConvertible< t_FROM_TYPE, t_TO_TYPE >:

Detailed Description

template<class t_FROM_TYPE, class t_TO_TYPE>
struct bslmf::IsConvertible< t_FROM_TYPE, t_TO_TYPE >

This struct template implements a meta-function to determine if the (template parameter) t_FROM_TYPE is convertible to the (template parameter) t_TO_TYPE. This struct derives from bsl::true_type if the t_FROM_TYPE is convertible to t_TO_TYPE, and from bsl::false_type otherwise. Note that both t_FROM_TYPE and t_TO_TYPE should be complete types, arrays of unknown bound, or (possibly cv-qualified) void types.


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