#include <version>
#include <cstring>
#include <compare>
#include <algorithm>
#include <functional>
#include <iterator>
Go to the source code of this file.
|
| 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 |
| |
| template<class T , class U > |
| constexpr decltype(auto) | advstd::forward_like (U &&value) noexcept |
| |