Arageli::type_pair_traits_default< T1, T2 > Struct Template Reference

Minimal specialization for type_pair_traits. More...

#include <type_pair_traits.hpp>

List of all members.

Static Public Attributes

static const bool is_specialized = false
 True iff there is available information about these type pair.
static const bool is_convertible = false
 True iff an object of the first type can convert to the second type.
static const bool is_safe_convertible = false
static const bool is_assignable = false
 True iff an object of the first type can convert to the second type.
static const bool is_safe_assignable = false
static const bool is_initializable = false
 True iff an object of the first type can convert to the second type.
static const bool is_safe_initializable = false


Detailed Description

template<typename T1, typename T2>
struct Arageli::type_pair_traits_default< T1, T2 >

Minimal specialization for type_pair_traits.

Definition at line 42 of file type_pair_traits.hpp.


Member Data Documentation

template<typename T1, typename T2>
const bool Arageli::type_pair_traits_default< T1, T2 >::is_assignable = false [static]

True iff an object of the first type can convert to the second type.

Definition at line 55 of file type_pair_traits.hpp.

template<typename T1, typename T2>
const bool Arageli::type_pair_traits_default< T1, T2 >::is_convertible = false [static]

True iff an object of the first type can convert to the second type.

Definition at line 48 of file type_pair_traits.hpp.

template<typename T1, typename T2>
const bool Arageli::type_pair_traits_default< T1, T2 >::is_initializable = false [static]

True iff an object of the first type can convert to the second type.

Definition at line 62 of file type_pair_traits.hpp.

template<typename T1, typename T2>
const bool Arageli::type_pair_traits_default< T1, T2 >::is_safe_assignable = false [static]

True iff an object of the first type converts to the second type without loss information.

Definition at line 59 of file type_pair_traits.hpp.

template<typename T1, typename T2>
const bool Arageli::type_pair_traits_default< T1, T2 >::is_safe_convertible = false [static]

True iff an object of the first type converts to the second type without loss information.

Definition at line 52 of file type_pair_traits.hpp.

template<typename T1, typename T2>
const bool Arageli::type_pair_traits_default< T1, T2 >::is_safe_initializable = false [static]

True iff an object of the first type converts to the second type without loss information.

Definition at line 66 of file type_pair_traits.hpp.

template<typename T1, typename T2>
const bool Arageli::type_pair_traits_default< T1, T2 >::is_specialized = false [static]

True iff there is available information about these type pair.

Definition at line 45 of file type_pair_traits.hpp.


The documentation for this struct was generated from the following file:
Generated on Thu Aug 31 17:38:29 2006 for Arageli by  doxygen 1.4.7