Simple-Vector v1.3.0
sl::vec::detail::cast_invoke_result_fn< TTargetType, TFunc > Struct Template Reference

#include <Functional.hpp>

Public Member Functions

template<class... TArgs>
constexpr TTargetType operator() (TArgs &&... args)
 

Public Attributes

TFunc func
 

Member Function Documentation

◆ operator()()

template<class TTargetType , std::copy_constructible TFunc>
template<class... TArgs>
constexpr TTargetType sl::vec::detail::cast_invoke_result_fn< TTargetType, TFunc >::operator() ( TArgs &&...  args)
inlineconstexpr

Member Data Documentation

◆ func

template<class TTargetType , std::copy_constructible TFunc>
TFunc sl::vec::detail::cast_invoke_result_fn< TTargetType, TFunc >::func

The documentation for this struct was generated from the following file: