21#ifndef ATHCONTAINERS_AUXELEMENTCONCEPTS_H
22#define ATHCONTAINERS_AUXELEMENTCONCEPTS_H
35 requires (
const T& elt)
37 { elt } -> std::convertible_to<const IAuxElement&>;
38 { elt.container() } -> std::convertible_to<const AuxVectorData*>;
47 { elt } -> std::convertible_to<IAuxElement&>;
48 { elt.container() } -> std::convertible_to<AuxVectorData*>;
Manage lookup of vectors of auxiliary data.
Flag that a class may have auxiliary data associated with it.
Test if T is compatible with AuxElement.
Test if T is compatible with ConstAuxElement.