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::Result< T > - Result are members of Compute specializations that keep track of whether or not a

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Detailed Description

template<classT>
       class sc::Result< T >" Result are members of Compute specializations that keep track of whether or not a
       particular result should be computed or if it has already been computed.

       For non-class template parameters, use NCResult.

Name

       sc::Result< T > - Result are members of Compute specializations that keep track of whether or not a
       particular result should be computed or if it has already been computed.

Synopsis

       #include <comptmpl.h>

       Inherits sc::ResultInfo.

   PublicMemberFunctionsResult (Compute *c)
       Result (const Result< 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 Result< T > &r)

   AdditionalInheritedMembers

See Also