Minsky
minsky::NoAssign< T > Struct Template Reference

#include <canvas.h>

Inheritance diagram for minsky::NoAssign< T >:
Inheritance graph
Collaboration diagram for minsky::NoAssign< T >:
Collaboration graph

Public Member Functions

NoAssignoperator= (const NoAssign &)
 
template<class U >
NoAssignoperator= (const U &x)
 

Detailed Description

template<class T>
struct minsky::NoAssign< T >

Definition at line 43 of file canvas.h.

Member Function Documentation

◆ operator=() [1/2]

template<class T >
NoAssign& minsky::NoAssign< T >::operator= ( const NoAssign< T > &  )
inline

Definition at line 47 of file canvas.h.

47 {return *this;}

◆ operator=() [2/2]

template<class T >
template<class U >
NoAssign& minsky::NoAssign< T >::operator= ( const U &  x)
inline

Definition at line 49 of file canvas.h.

49 {T::operator=(x); return *this;}

The documentation for this struct was generated from the following file: