proxsuite 0.7.2
The Advanced Proximal Optimization Toolbox
 
Loading...
Searching...
No Matches
proxsuite::linalg::veg::_detail::MoveFn< T > Struct Template Reference

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

Public Member Functions

 MoveFn (T &&v)
 
VEG_INLINE constexpr auto operator() () const &&VEG_NOEXCEPT_IF(VEG_CONCEPT(nothrow_movable< T >)) -> T
 

Public Attributes

T && value
 

Detailed Description

template<typename T>
struct proxsuite::linalg::veg::_detail::MoveFn< T >

Definition at line 166 of file constructible.hpp.

Constructor & Destructor Documentation

◆ MoveFn()

template<typename T>
proxsuite::linalg::veg::_detail::MoveFn< T >::MoveFn ( T && v)
inline

Definition at line 171 of file constructible.hpp.

Member Function Documentation

◆ operator()()

template<typename T>
VEG_INLINE constexpr auto proxsuite::linalg::veg::_detail::MoveFn< T >::operator() ( ) const && -> T
inlineconstexpr

Definition at line 175 of file constructible.hpp.

Member Data Documentation

◆ value

template<typename T>
T&& proxsuite::linalg::veg::_detail::MoveFn< T >::value

Definition at line 168 of file constructible.hpp.


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