STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Member Functions | Public Attributes | List of all members
_Is_assignable< _To, _From > Struct Template Reference

Static Public Member Functions

template<class _Dest , class _Src >
static auto _Fn (int) -> decltype((_STD declval< _Dest >()=_STD declval< _Src >()), true_type())
 
template<class _Dest , class _Src >
static auto _Fn (_Wrap_int) -> false_type
 

Public Attributes

decltype(_Fn< _To, _From >(0)) typedef type
 

Member Function Documentation

template<class _To , class _From >
template<class _Dest , class _Src >
static auto _Is_assignable< _To, _From >::_Fn ( int  ) -> decltype((_STD declval< _Dest >()=_STD declval< _Src >()), true_type())
static
template<class _To , class _From >
template<class _Dest , class _Src >
static auto _Is_assignable< _To, _From >::_Fn ( _Wrap_int  ) -> false_type
static

Member Data Documentation

template<class _To , class _From >
decltype(_Fn<_To, _From>(0)) typedef _Is_assignable< _To, _From >::type

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