HelenOS sources
is_trivially_assignable 718 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp inline constexpr bool is_trivially_assignable_v = is_trivially_assignable<T, U>::value;
is_trivially_assignable 722 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp : is_trivially_assignable<add_lvalue_reference_t<T>, add_lvalue_reference_t<const T>>
is_trivially_assignable 727 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp : is_trivially_assignable<add_lvalue_reference_t<T>, add_rvalue_reference_t<T>>
HelenOS homepage, sources at GitHub