#include <TableBuilder.h>
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> || std::same_as<std::span<std::byte>, T>
Definition at line 603 of file TableBuilder.h.