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

#include <Concepts.h>

Concept definition

template<typename T>
concept o2::aod::is_aod_hash = requires(T t) { t.isHash(); }

Detailed Description

hash

  1. require aod::Hash

Definition at line 26 of file Concepts.h.