logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sc::SSAccResult< T > - This associates a result datum with an accuracy.

Author

       Generated automatically by Doxygen for MPQC from the source code.

Version 2.3.1                                    Sun Oct 4 2020                          sc::SSAccResult<T>(3)

Detailed Description

template<classT>
       class sc::SSAccResult< T >" This associates a result datum with an accuracy.

       The datum must be a SavableState and will be saved and restored.

Name

       sc::SSAccResult< T > - This associates a result datum with an accuracy.

Synopsis

       #include <comptmpl.h>

       Inherits sc::AccResultInfo.

   PublicMemberFunctionsSSAccResult (Compute *c)
       SSAccResult (const SSAccResult< T > &r, Compute *c)
       operatorT& ()
       T * operator-> ()
       T & result ()
       T & result_noupdate ()
       const T & result_noupdate () const
       void operator= (const T &a)
       void operator= (const SSAccResult< T > &r)
       void restore_state (StateIn &s)
       void save_data_state (StateOut &s)
       SSAccResult (StateIn &s, Compute *c)

   AdditionalInheritedMembers

See Also