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::NCAccResult< T > - This associates a result non-class datum with an accuracy.

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Detailed Description

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

Name

       sc::NCAccResult< T > - This associates a result non-class datum with an accuracy.

Synopsis

       #include <comptmpl.h>

       Inherits sc::AccResultInfo.

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

   AdditionalInheritedMembers

See Also