This commit is contained in:
parent
e86180e842
commit
97b707b61c
@ -143,8 +143,8 @@ class ConverterFunc: public BaseConverter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
using SrcType = decltype(makeParamExtractor(Func))::Src;
|
using SrcType = typename decltype(makeParamExtractor(Func))::Src;
|
||||||
using DstType = decltype(makeParamExtractor(Func))::Dst;
|
using DstType = typename decltype(makeParamExtractor(Func))::Dst;
|
||||||
|
|
||||||
[[nodiscard]]
|
[[nodiscard]]
|
||||||
constexpr ox::StringView srcTypeName() const noexcept final {
|
constexpr ox::StringView srcTypeName() const noexcept final {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user