ATLAS Offline Software
Static Public Member Functions | List of all members
ExpressionParsing::SizeHelper< T > Class Template Reference

#include <Utils.h>

Collaboration diagram for ExpressionParsing::SizeHelper< T >:

Static Public Member Functions

static std::size_t getSize (const T &cont)
 

Detailed Description

template<class T>
class ExpressionParsing::SizeHelper< T >

Definition at line 46 of file PhysicsAnalysis/CommonTools/ExpressionEvaluation/src/Utils.h.

Member Function Documentation

◆ getSize()

template<class T >
static std::size_t ExpressionParsing::SizeHelper< T >::getSize ( const T &  cont)
inlinestatic

Definition at line 48 of file PhysicsAnalysis/CommonTools/ExpressionEvaluation/src/Utils.h.

48  {
49  (void) cont;
50  return 1;
51  }

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