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

#include <Utils.h>

Collaboration diagram for ExpressionParsing::SizeHelper< std::vector< T > >:

Static Public Member Functions

static std::size_t getSize (const std::vector< T > &cont)
 

Detailed Description

template<typename T>
class ExpressionParsing::SizeHelper< std::vector< T > >

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

Member Function Documentation

◆ getSize()

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

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

57 { return cont.size(); }

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