LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
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 138 of file Source.h.

Member Function Documentation

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

Definition at line 140 of file Source.h.

141  {
142  return t.hasMoreData();
143  }

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