LLFIO
v2.00
|
Traits. More...
Classes | |
struct | is_trivially_attachable |
True if a type is trivially attachable i.e. requires no extra work to attach. More... | |
struct | is_attachable |
True if a type is trivially attachable, or has defined an ADL discovered free function of the form span<byte> in_place_attach<T>(span<byte>) . More... | |
struct | is_trivially_detachable |
True if a type is trivially detachable i.e. requires no extra work to detach. More... | |
struct | is_detachable |
True if a type is trivially detachable, or has defined an ADL discovered free function of the form span<byte> in_place_detach<T>(span<byte>) . More... | |
Traits.