All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Static Public Attributes | List of all members
paal::data_structures::detail::has_template_get< T, Name > Class Template Reference

SFINAE check if the given type has get<Name>() member function. More...

#include <components.hpp>

Static Public Attributes

static const bool value
 tels if given type has get<Name>() memer function. More...
 

Detailed Description

template<typename T, typename Name>
class paal::data_structures::detail::has_template_get< T, Name >

SFINAE check if the given type has get<Name>() member function.

Definition at line 68 of file components.hpp.

Member Data Documentation

template<typename T , typename Name >
const bool paal::data_structures::detail::has_template_get< T, Name >::value
static
Initial value:
=
(sizeof(f<typename std::decay<T>::type>(nullptr)) == sizeof(char))

tels if given type has get<Name>() memer function.

Definition at line 95 of file components.hpp.


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