Project
Loading...
Searching...
No Matches
o2::framework::is_producable Concept Reference

#include <Concepts.h>

Concept definition

template<typename T>
concept o2::framework::is_producable = soa::has_metadata<aod::MetadataTrait<o2::aod::Hash<T::ref.desc_hash>>> || soa::has_metadata<aod::MetadataTrait<o2::aod::Hash<T::parent_t::ref.desc_hash>>>

Detailed Description

  1. require a producable entity

Definition at line 239 of file Concepts.h.