Concept that checks if a type is a builder for objects.
More...
#include <src/utils/traits.h>
template<typename T>
{
t.template build<detail::build_test_type> ()
} -> std::same_as<std::unique_ptr<detail::build_test_type>>;
}
Concept that checks if a type is a builder for objects.
Concept that checks if a type is a builder for objects.
Definition at line 241 of file traits.h.