|
void | operator() () |
|
template<typename T >
requires std::is_trivial_v<T> |
void | operator() (T &msg) |
|
template<typename T >
requires ( !std::is_trivial_v<T> && avnd::relocatable<T> && alignof(T) <= alignof(max_align_t)) |
void | operator() (T &msg) |
|
template<typename T >
requires ( !std::is_trivial_v<T> && (!avnd::relocatable<T> || (alignof(T) > alignof(max_align_t)))) |
void | operator() (T &msg) |
|
The documentation for this struct was generated from the following file: