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

#include <Utils.h>

Collaboration diagram for ExpressionParsing::SizeHelper< SG::AuxVectorBase >:

Static Public Member Functions

static std::size_t getSize (const SG::AuxVectorBase &cont)
 

Detailed Description

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

Member Function Documentation

◆ getSize()

static std::size_t ExpressionParsing::SizeHelper< SG::AuxVectorBase >::getSize ( const SG::AuxVectorBase cont)
inlinestatic

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

63 { return cont.size_v(); }

The documentation for this class was generated from the following file:
SG::AuxVectorData::size_v
virtual size_t size_v() const =0
Return the size of the container.