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