4#ifndef TETL_TYPE_TRAITS_IS_COPY_ASSIGNABLE_HPP
5#define TETL_TYPE_TRAITS_IS_COPY_ASSIGNABLE_HPP
7#include <etl/_type_traits/add_lvalue_reference.hpp>
8#include <etl/_type_traits/bool_constant.hpp>
9#include <etl/_type_traits/is_assignable.hpp>
Definition adjacent_find.hpp:9
constexpr bool is_copy_assignable_v
Definition is_copy_assignable.hpp:29
If the expression etl::declval<T>() = etl::declval<U>() is well-formed in unevaluated context,...
Definition is_assignable.hpp:18
If T is not a referenceable type (i.e., possibly cv-qualified void or a function type with a cv-quali...
Definition is_copy_assignable.hpp:26