proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
proxsuite::linalg::veg::_detail::WithArg< Fn, T > Struct Template Reference

#include <proxsuite/linalg/veg/type_traits/constructible.hpp>

Public Member Functions

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

Public Attributes

Fn && fn
 
T && arg
 

Detailed Description

template<typename Fn, typename T>
struct proxsuite::linalg::veg::_detail::WithArg< Fn, T >

Definition at line 187 of file constructible.hpp.

Member Function Documentation

◆ operator()()

template<typename Fn , typename T >
VEG_INLINE constexpr auto proxsuite::linalg::veg::_detail::WithArg< Fn, T >::operator() ( ) const && -> decltype(VEG_FWD(fn)( VEG_FWD(arg)))
inlineconstexpr

Definition at line 191 of file constructible.hpp.

Member Data Documentation

◆ fn

Definition at line 189 of file constructible.hpp.

◆ arg

Definition at line 190 of file constructible.hpp.


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