TPIE

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

Public Types

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

Static Public Member Functions

template<typename C >
static yes & test (void_if_valid< typename pull_traits< decltype(&C::pull)>::type > *)
 
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_pull_method< T >

Definition at line 99 of file node_traits.h.


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