ATLAS Offline Software
Loading...
Searching...
No Matches
AthHitVec::isHitVectorBase Concept Reference

Define the concept that the struct needs to inherit from the HitsVectorBase. More...

#include <AthenaHitsVector.h>

Concept definition

template<typename Cont_t>
concept isHitVectorBase = std::is_base_of_v<HitsVectorBase, Cont_t>
Define the concept that the struct needs to inherit from the HitsVectorBase.

Detailed Description

Define the concept that the struct needs to inherit from the HitsVectorBase.

Definition at line 47 of file AthenaHitsVector.h.