ATLAS Offline Software
Loading...
Searching...
No Matches
container_hash< Container > Struct Template Reference

#include <FPGATrackSimMatrixAccumulator.h>

Collaboration diagram for container_hash< Container >:

Public Member Functions

std::size_t operator() (Container const &c) const

Detailed Description

template<typename Container>
struct container_hash< Container >

Definition at line 99 of file FPGATrackSimMatrixAccumulator.h.

Member Function Documentation

◆ operator()()

template<typename Container>
std::size_t container_hash< Container >::operator() ( Container const & c) const
inline

Definition at line 101 of file FPGATrackSimMatrixAccumulator.h.

102 { return boost::hash_range(c.begin(), c.end()); }

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