#include <micronodes_ports.h>

Public Types | |
| template<typename ACC > | |
| using | Rebind = PortOps< T &, ACC, void > |
Public Member Functions | |
| template<typename T2 > | |
| T2 & | GetImpl () const |
| T & | operator() () const |
| T & | GetWritable () const |
| void | Update (const T &value) const |
| void | Update (T &&value) const |
| T2& GetImpl | ( | ) | const |
| T& operator() | ( | ) | const |
| T& GetWritable | ( | ) | const |
| void Update | ( | const T & | value | ) | const |
| void Update | ( | T && | value | ) | const |