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

#include <TableBuilder.h>

Concept definition

template<typename T>
concept o2::framework::ShouldNotDeconstruct = std::is_bounded_array_v<T> || std::is_arithmetic_v<T> || framework::is_base_of_template_v<std::vector, T>

Detailed Description

Definition at line 627 of file TableBuilder.h.