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::NCResult< T > - This is similar to Result, but can be used with non-class types.

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Detailed Description

template<classT>
       class sc::NCResult< T >" This is similar to Result, but can be used with non-class types.

Name

       sc::NCResult< T > - This is similar to Result, but can be used with non-class types.

Synopsis

       #include <comptmpl.h>

       Inherits sc::ResultInfo.

   PublicMemberFunctionsNCResult (Compute *c)
       NCResult (const NCResult< T > &r, Compute *c)
       operatorT& ()
       T & result ()
       T & result_noupdate ()
       const T & result_noupdate () const
       void operator= (const T &a)
       void operator= (const NCResult< T > &r)

   AdditionalInheritedMembers

See Also