3#ifndef TETL_TYPE_TRAITS_IS_MOVE_ASSIGNABLE_HPP
4#define TETL_TYPE_TRAITS_IS_MOVE_ASSIGNABLE_HPP
Definition adjacent_find.hpp:8
constexpr bool is_move_assignable_v
Definition is_move_assignable.hpp:29
static constexpr bool value
Definition integral_constant.hpp:10
If the expression etl::declval<T>() = etl::declval<U>() is well-formed in unevaluated context,...
Definition is_assignable.hpp:17
If T is not a referenceable type (i.e., possibly cv-qualified void or a function type with a cv-quali...
Definition is_move_assignable.hpp:26