Trait that marks a component as DontFragment at compile time. More...
#include <utils.hpp>
Trait that marks a component as DontFragment at compile time.
Enable by adding a static constexpr bool dont_fragment = true member to the type, or by specializing the trait to derive from std::true_type.