Quick Links:

bal | bbl | bdl | bsl

Classes | Public Types

bslmf::IsConvertible_Imp< t_FROM_TYPE, t_TO_TYPE > Struct Template Reference
[Component bslmf_isconvertible]

#include <bslmf_isconvertible.h>

List of all members.

Classes

struct  Test

Public Types

enum  { value }
typedef bsl::integral_constant
< bool, value > 
type

Detailed Description

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

This struct template implements the meta-function to determine type conversion between the (template parameter) t_FROM_TYPE and the (template parameter) t_TO_TYPE where the conversion to the t_TO_TYPE is not necessarily the same as conversion to const t_TO_TYPE&.

Note that significant documentation about the details of this implementation can be found in bslmf_isconvertible.cpp.

See Component bslmf_isconvertible


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