.TH "sc::Result< T >" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::Result< T > \- \fBResult\fP are members of \fBCompute\fP specializations that keep track of whether or not a particular result should be computed or if it has already been computed\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::ResultInfo\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBResult\fP (\fBCompute\fP *c)" .br .ti -1c .RI "\fBResult\fP (const \fBResult\fP< T > &r, \fBCompute\fP *c)" .br .ti -1c .RI "\fBoperator T&\fP ()" .br .ti -1c .RI "T * \fBoperator\->\fP ()" .br .ti -1c .RI "T & \fBresult\fP ()" .br .ti -1c .RI "T & \fBresult_noupdate\fP ()" .br .ti -1c .RI "const T & \fBresult_noupdate\fP () const" .br .ti -1c .RI "void \fBoperator=\fP (const T &a)" .br .ti -1c .RI "void \fBoperator=\fP (const \fBResult\fP< T > &r)" .br .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP .SS "template .br class sc::Result< T >" \fBResult\fP are members of \fBCompute\fP 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 \fBNCResult\fP\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.