ATLAS Offline Software
Loading...
Searching...
No Matches
xAOD::detail::AuxContainerConcept Concept Reference

Define that the templated class needs to inherit from the AuxContainerBase class. More...

#include <FillContainer.h>

Concept definition

template<typename AuxCont_t>
concept AuxContainerConcept = std::is_base_of_v<xAOD::AuxContainerBase, AuxCont_t>
|| std::is_same_v<AuxCont_t, void*>
Define that the templated class needs to inherit from the AuxContainerBase class.

Detailed Description

Define that the templated class needs to inherit from the AuxContainerBase class.

Definition at line 24 of file FillContainer.h.