libhatchet
Loading...
Searching...
No Matches
hxfree_list_concept_ Concept Reference

#include <hxfree_list.hpp>

Concept definition

template<typename T>
concept hxfree_list_concept_ = requires(T& x_) {
sizeof(T);
{ x_.~T() };
}
hxfree_list_concept - Concept smoke testing the hxfree_list element.
Definition hxfree_list.hpp:26

Detailed Description

hxfree_list_concept - Concept smoke testing the hxfree_list element.

Only the destructor is explicitly required.