Project
Loading...
Searching...
No Matches
o2::aod::is_aod_hash Concept Reference

hash identification concepts More...

#include <ASoA.h>

Concept definition

template<typename T>
concept o2::aod::is_aod_hash = requires(T t) { t.hash; t.str; }
hash identification concepts
Definition ASoA.h:358

Detailed Description

hash identification concepts

Definition at line 358 of file ASoA.h.