4#ifndef TETL_TYPE_TRAITS_IS_ASSIGNABLE_HPP
5#define TETL_TYPE_TRAITS_IS_ASSIGNABLE_HPP
7#include <etl/_config/all.hpp>
9#include <etl/_type_traits/bool_constant.hpp>
18template <
typename T,
typename U>
22template <
typename T,
typename U>
constexpr bool is_assignable_v
Definition is_assignable.hpp:23
Definition adjacent_find.hpp:9
If the expression etl::declval<T>() = etl::declval<U>() is well-formed in unevaluated context,...
Definition is_assignable.hpp:19