Classes | |
| struct | concepts::is_nothrow_swappable< T > |
| struct | concepts::is_nothrow_swappable_with< T, U > |
| struct | concepts::is_swappable< T > |
| struct | concepts::is_swappable_with< T, U > |
Functions | |
| template<typename T , typename U = T> | |
| meta::if_c< std::is_move_constructible< T >::value &&std::is_assignable< T &, U >::value, T > | concepts::exchange (T &t, U &&u) noexcept(std::is_nothrow_move_constructible< T >::value &&std::is_nothrow_assignable< T &, U >::value) |
| #define CPP_DEFINE_CPO | ( | type, | |
| name | |||
| ) |
| #define CPP_INLINE_VARIABLE | ( | type, | |
| name | |||
| ) |