senf::detail::has_static_validate_member< T, Signature > Struct Template Reference

List of all members.


Detailed Description

template<class T, typename Signature>
struct senf::detail::has_static_validate_member< T, Signature >

Definition at line 37 of file MIHMessageRegistry.ih.


Static Public Member Functions

template<class U >
static char  test (helper<&U::validate > *)
template<class U >
static char(&  test (...))[2]

Static Public Attributes

static const bool  value = sizeof(test<T>(0))==1

Member Function Documentation

template<class T , typename Signature >
template<class U >
static char(& senf::detail::has_static_validate_member< T, Signature >::
test (   ... )

template<class T , typename Signature >
template<class U >
static char senf::detail::has_static_validate_member< T, Signature >::
test ( helper<&U::validate > *  )

Member Data Documentation

template<class T , typename Signature >
const bool senf::detail::has_static_validate_member< T, Signature >::value = sizeof(test<T>(0))==1
[static]

Definition at line 48 of file MIHMessageRegistry.ih.


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