Public Member Functions | List of all members
art::productSize< T, true > Struct Template Reference

#include <Wrapper.h>

Public Member Functions

std::string operator() (T const &obj) const
 

Detailed Description

template<typename T>
struct art::productSize< T, true >

Definition at line 379 of file Wrapper.h.

Member Function Documentation

template<typename T >
std::string art::productSize< T, true >::operator() ( T const &  obj) const
inline

Definition at line 381 of file Wrapper.h.

382  {
383  return boost::lexical_cast<std::string>(obj.size());
384  }
std::string string
Definition: nybbler.cc:12

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