Quick Links:

bal | bbl | bdl | bsl

bslmf::IsConvertibleToAny< t_TYPE > Struct Template Reference

#include <bslmf_isconvertibletoany.h>


Detailed Description

template<class t_TYPE>
struct bslmf::IsConvertibleToAny< t_TYPE >

This struct template implements a meta-function to determine if the (template parameter) t_TYPE is convertible to any other type. This struct derives from bsl::true_type if t_TYPE is convertible to any type, and bsl::false_type otherwise.

See Component bslmf_isconvertibletoany


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