Belle II Software development
RelationArray::Identity Struct Reference

Struct for identity transformation on indices. More...

#include <RelationArray.h>

Public Member Functions

consolidation_type operator() (index_type old) const
 Take old index and return the new index.
 

Detailed Description

Struct for identity transformation on indices.

See also
consolidate

Definition at line 94 of file RelationArray.h.

Member Function Documentation

◆ operator()()

consolidation_type operator() ( index_type  old) const
inline

Take old index and return the new index.

Definition at line 96 of file RelationArray.h.

96{ return std::make_pair(old, false); }

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