ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::boxing::IsConstExprWrite Concept Reference

Description:

This concept is for internal use. It is satisfied if the given type T has customized boxing with a constexpr version of the method BoxTraits<T>::Write which takes only one parameter, namely an instance of T.

Template Parameters
TThe type to test.

Definition at line 313 of file boxingtraits.inl.

Concept definition

template<typename T>
requires(T& t) { { BoxTraits<T>::Write(t) } -> std::same_as<Placeholder>; }
static constexpr void Write(Placeholder &box, const TBoxable &value)