Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | List of all members
Identifier::get_compact_func Struct Reference

A get_compact functional for use in STL algorithms. More...

#include <Identifier.h>

Collaboration diagram for Identifier::get_compact_func:

Public Member Functions

value_type operator() (const Identifier &id)
 

Detailed Description

A get_compact functional for use in STL algorithms.

Definition at line 83 of file DetectorDescription/Identifier/Identifier/Identifier.h.

Member Function Documentation

◆ operator()()

value_type Identifier::get_compact_func::operator() ( const Identifier id)
inline

Definition at line 84 of file DetectorDescription/Identifier/Identifier/Identifier.h.

84  {
85  return id.get_compact();
86  }

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