ATLAS Offline Software
Loading...
Searching...
No Matches
MuonR4::detail::hasAuthor Concept Reference

All objects can be arranged by the AuthorHierachy, if they satisfy the hasAuthor concept. More...

#include <AuthorHierachy.h>

Concept definition

template<typename ObjType>
concept hasAuthor = requires(const ObjType& obj) {
{ obj.author() } -> std::same_as<xAOD::Muon::Author>;
}
All objects can be arranged by the AuthorHierachy, if they satisfy the hasAuthor concept.

Detailed Description

All objects can be arranged by the AuthorHierachy, if they satisfy the hasAuthor concept.

Definition at line 28 of file AuthorHierachy.h.