Anchors
C++ library for Incremental Computing
anchors::AnchorWrap< T > Class Template Referenceabstract

This class exists to simplify the Anchors API, so that we can pass an Anchor around using only the type of its value, and excluding the type of its input Anchors. More...

#include <anchor.h>

Inheritance diagram for anchors::AnchorWrap< T >:
[legend]

Detailed Description

template<typename T>
class anchors::AnchorWrap< T >

This class exists to simplify the Anchors API, so that we can pass an Anchor around using only the type of its value, and excluding the type of its input Anchors.

Template Parameters
T- type of an Anchor's value.

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