4#ifndef TETL_TYPE_TRAITS_IS_NOTHROW_SWAPPABLE_HPP
5#define TETL_TYPE_TRAITS_IS_NOTHROW_SWAPPABLE_HPP
7#include <etl/_type_traits/add_lvalue_reference.hpp>
8#include <etl/_type_traits/is_nothrow_swappable_with.hpp>
Definition adjacent_find.hpp:9
constexpr bool is_nothrow_swappable_v
Definition is_nothrow_swappable.hpp:20
Definition is_nothrow_swappable_with.hpp:22
If T is not a referenceable type (i.e., possibly cv-qualified void or a function type with a cv-quali...
Definition is_nothrow_swappable.hpp:17