一呼百應, "one call, a hundred responses"
Loading...
Searching...
No Matches
ein::trivially_destructible Concept Reference

a type where the destructor does no work, and therefore it is safe to simply discard. More...

#include <memory.hpp>

Concept definition

template<typename T>
concept ein::trivially_destructible = std::is_trivially_destructible_v<std::remove_extent_t<T>>
a type where the destructor does no work, and therefore it is safe to simply discard.
Definition memory.hpp:23

Detailed Description

a type where the destructor does no work, and therefore it is safe to simply discard.

Definition at line 23 of file memory.hpp.