TPIE

2362a60
tpie::pipelining::bits::has_argument_type< T > Struct Template Reference

Public Types

typedef char yes [1]
 
typedef char no [2]
 

Static Public Member Functions

template<typename C >
static yes & test (decltype(&C::operator())*)
 
template<typename >
static no & test (...)
 

Static Public Attributes

static const bool value = sizeof(test<T>(nullptr)) == sizeof(yes)
 

Detailed Description

template<typename T>
struct tpie::pipelining::bits::has_argument_type< T >

Definition at line 119 of file map.h.


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