Public Member Functions | List of all members
art::detail::do_call_hasMoreData< T > Struct Template Reference

#include <Source.h>

Public Member Functions

bool operator() (T &t)
 

Detailed Description

template<typename T>
struct art::detail::do_call_hasMoreData< T >

Definition at line 155 of file Source.h.

Member Function Documentation

template<typename T >
bool art::detail::do_call_hasMoreData< T >::operator() ( T &  t)
inline

Definition at line 157 of file Source.h.

158  {
159  return t.hasMoreData();
160  }

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