Template Struct WithArg

Struct Documentation

template<typename Fn, typename T>
struct WithArg

Public Functions

inline VEG_INLINE constexpr auto operator() () const &&-> decltype(VEG_FWD(fn)(VEG_FWD(arg)))

Public Members

Fn &&fn
T &&arg