kblib 0.2.3
General utilities library for modern C++
|
This is the complete list of members for kblib::default_move< Obj, movable, nothrow, copyable >, including all inherited members.
default_move() noexcept=default | kblib::default_move< Obj, movable, nothrow, copyable > | |
default_move(T *) noexcept | kblib::default_move< Obj, movable, nothrow, copyable > | inlineexplicit |
move(void *dest, Obj *from) noexcept(nothrow) -> Obj * | kblib::default_move< Obj, movable, nothrow, copyable > | inline |