Skip to content

aui::constraint::move_only#

Wraps the object forbidding copy.

Header:#include <AUI/Traits/values.h>
CMake:aui_link(my_target PUBLIC aui::core)

Detailed Description#

The caller can be sure his value wouldn't be copied even if copy constructor allows to do so.