Simple-Vector v1.3.0
|
Functions | |
template<class TTargetType , std::copy_constructible TFunc> | |
constexpr auto | sl::vec::fn::cast_invoke_result (TFunc func) noexcept |
Factory function creating a wrapper function object, which invokes the provided function object and casts the result into the given type. More... | |
|
constexprnoexcept |
Factory function creating a wrapper function object, which invokes the provided function object and casts the result into the given type.
TTargetType | Type to cast |
TFunc | Type of function object |
func | The wrapped function object |