ATLAS Offline Software
Public Member Functions | List of all members
Identifier::get_compact_func Class 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 120 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 123 of file DetectorDescription/Identifier/Identifier/Identifier.h.

124  {
125  return id.get_compact();
126  }

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