Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::is_assignable_detail Namespace Reference

Variable Documentation

◆ is_assignable_v

template<typename To, typename From, typename = arene::base::constraints<>>
bool std::is_assignable_detail::is_assignable_v = false
externconstexpr

Type trait to detect if an instance of To is assignable to from arguments of From.

Template Parameters
ToThe type of the value to (try to) assign to
FromThe type of the value to (try to) assign from

◆ is_assignable_v< To, From, arene::base::constraints< > >

template<typename To, typename From>
bool std::is_assignable_detail::is_assignable_v< To, From, arene::base::constraints< > > = true
externconstexpr

Type trait to detect if an instance of To is assignable to from arguments of From.

Template Parameters
ToThe type of the value to (try to) assign to
FromThe type of the value to (try to) assign from