4#ifndef TETL_TYPETRAITS_DECL_HPP
5#define TETL_TYPETRAITS_DECL_HPP
12struct is_null_pointer;
16struct is_floating_point;
22struct is_lvalue_reference;
24struct is_rvalue_reference;
26struct is_member_object_pointer;
28struct is_member_function_pointer;
52struct is_member_pointer;
55constexpr auto swap(T& a, T& b)
noexcept ->
void;
Definition adjacent_find.hpp:9
constexpr auto swap(T &a, T &b) noexcept -> void
Exchanges the given values. Swaps the values a and b. This overload does not participate in overload ...
Definition swap.hpp:26