QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
Loading...
Searching...
No Matches
quickcpplib::_xxx::bit_cast::traits::is_move_relocating< T > Struct Template Reference

#include "bit_cast.hpp"

Static Public Attributes

static constexpr bool value = std::is_trivially_copyable<T>::value
 

Detailed Description

template<class T>
struct quickcpplib::_xxx::bit_cast::traits::is_move_relocating< T >

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.

Member Data Documentation

◆ value

template<class T >
constexpr bool quickcpplib::_xxx::bit_cast::traits::is_move_relocating< T >::value = std::is_trivially_copyable<T>::value
staticconstexpr

The documentation for this struct was generated from the following file: