7 #if !defined(CNL_IMPL_WRAPPER_FROM_REP_H)
8 #define CNL_IMPL_WRAPPER_FROM_REP_H
10 #include "../custom_operator/tag.h"
11 #include "../num_traits/from_rep.h"
12 #include "definition.h"
17 template<
typename NumberRep, tag NumberTag,
typename Rep>
18 struct from_rep<_impl::wrapper<NumberRep, NumberTag>, Rep> {
19 [[nodiscard]] constexpr
auto operator()(Rep
const& rep)
const
20 -> _impl::set_rep_t<_impl::wrapper<NumberRep, NumberTag>, Rep>
27 #endif // CNL_IMPL_WRAPPER_FROM_REP_H