Specify that a type can be used as a substitute for another type after calling eve::as_value on a value of the first type.
More...
#include <eve/concept/substitute.hpp>
- Template Parameters
-
| Substitute | Type of the substitute value. |
| Target | Type of the target value that will result from the eve::as_value call. |
template<typename Substitute, typename Target>
Specify that a type can be used as a substitute for another type after calling eve::as_value on a val...
Definition substitute.hpp:27
typename decltype(detail::as_translated_type(as< T >{}))::type translate_t
Returns the final translated type of T.
Definition translation.hpp:107