EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dfe::FlatMap< Key, T, Compare >::KeyCompare Struct Reference

Public Member Functions

constexpr bool operator() (const KeyIndex &lhs, const KeyIndex &rhs) const
 
constexpr bool operator() (const KeyIndex &lhs, const Key &rhs_key) const
 
constexpr bool operator() (const Key &lhs_key, const KeyIndex &rhs) const
 

Detailed Description

template<typename Key, typename T, typename Compare = std::less<Key>>
struct dfe::FlatMap< Key, T, Compare >::KeyCompare

Definition at line 140 of file dfe_flat.hpp.

View newest version in sPHENIX GitHub at line 140 of file dfe_flat.hpp

Member Function Documentation

template<typename Key , typename T , typename Compare = std::less<Key>>
constexpr bool dfe::FlatMap< Key, T, Compare >::KeyCompare::operator() ( const KeyIndex lhs,
const KeyIndex rhs 
) const
inline

Definition at line 141 of file dfe_flat.hpp.

View newest version in sPHENIX GitHub at line 141 of file dfe_flat.hpp

References dfe::FlatMap< Key, T, Compare >::KeyIndex::key.

template<typename Key , typename T , typename Compare = std::less<Key>>
constexpr bool dfe::FlatMap< Key, T, Compare >::KeyCompare::operator() ( const KeyIndex lhs,
const Key &  rhs_key 
) const
inline

Definition at line 144 of file dfe_flat.hpp.

View newest version in sPHENIX GitHub at line 144 of file dfe_flat.hpp

References dfe::FlatMap< Key, T, Compare >::KeyIndex::key.

template<typename Key , typename T , typename Compare = std::less<Key>>
constexpr bool dfe::FlatMap< Key, T, Compare >::KeyCompare::operator() ( const Key &  lhs_key,
const KeyIndex rhs 
) const
inline

Definition at line 147 of file dfe_flat.hpp.

View newest version in sPHENIX GitHub at line 147 of file dfe_flat.hpp

References dfe::FlatMap< Key, T, Compare >::KeyIndex::key.


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