template<typename T, typename ConsT, typename U, ActiveTypedFnType<U>*... f>
ConstructCallbacks struct
Public types
- using Parent = ConstructCallbacksImpl<0, T, ConsT, U, sizeof...(f), f...>
- using ResultType = typename Parent::ResultType
Public static functions
- static auto make(ConsT const& ct) -> ResultType