QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
|
#include "bit_cast.hpp"
Static Public Attributes | |
static constexpr bool | value = std::is_trivially_copyable<T>::value |
Specialise to true if you guarantee that a type is move relocating (i.e. its move constructor equals copying bits from old to new, old is left in a default constructed state, and calling the destructor on a default constructed instance is trivial). All trivially copyable types are move relocating by definition, and that is the unspecialised implementation.
|
staticconstexpr |