Project
Loading...
Searching...
No Matches
o2::soa::can_bind Concept Reference

#include <Concepts.h>

Concept definition

template<typename T, typename B>
concept o2::soa::can_bind = requires(T&& t) {
{ t.B::mColumnIterator };
}

Detailed Description

  1. require a type that can be bound as a column of type B

Definition at line 85 of file Concepts.h.