Quick Links:

bal | bbl | bdl | bsl

Classes | Static Public Member Functions

bslmf::IsConvertible_Match Struct Reference

#include <bslmf_isconvertible.h>

List of all members.

Classes

struct  no_type
struct  yes_type

Static Public Member Functions

static yes_type match (IsConvertible_Match &)
template<class t_TYPE >
static no_type match (const t_TYPE &)
template<class t_TYPE >
static no_type match (const volatile t_TYPE &)
template<class t_TYPE >
static bsl::enable_if
< bsl::is_function< t_TYPE >
::value, no_type >::type 
match (t_TYPE &)

Detailed Description

This struct provides functions to check for successful conversion matches. Sun CC 5.2 requires that this struct not be nested within IsConvertible_Imp.

See Component bslmf_isconvertible


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