3#ifndef TETL_TYPE_TRAITS_IS_ASSIGNABLE_HPP
4#define TETL_TYPE_TRAITS_IS_ASSIGNABLE_HPP
16template <
typename T,
typename U>
19template <
typename T,
typename U>
Definition adjacent_find.hpp:8
constexpr bool is_assignable_v
Definition is_assignable.hpp:20
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
If the expression etl::declval<T>() = etl::declval<U>() is well-formed in unevaluated context,...
Definition is_assignable.hpp:17