TrinityCore
|
#include <version>
#include <cstring>
#include <compare>
Go to the source code of this file.
Namespaces | |
namespace | advstd |
Functions | |
constexpr bool | advstd::is_eq (std::partial_ordering cmp) noexcept |
constexpr bool | advstd::is_neq (std::partial_ordering cmp) noexcept |
template<typename To , typename From , std::enable_if_t< std::conjunction_v< std::bool_constant< sizeof(To)==sizeof(From)>, std::is_trivially_copyable< To >, std::is_trivially_copyable< From > >, int > = 0> | |
constexpr To | advstd::bit_cast (From const &from) noexcept |