Tannic
A C++ Tensor Library
Loading...
Searching...
No Matches
tannic::Node Struct Reference

#include <graph.hpp>

Public Member Functions

 Node (Tensor const &)
 
 ~Node ()
 
 Node (const Node &)=delete
 
Nodeoperator= (const Node &)=delete
 
 Node (Node &&other) noexcept
 
Nodeoperator= (Node &&other) noexcept
 

Public Attributes

uintptr_t id = 0
 

Constructor & Destructor Documentation

◆ Node() [1/3]

tannic::Node::Node ( Tensor const &  )

◆ ~Node()

tannic::Node::~Node ( )

◆ Node() [2/3]

tannic::Node::Node ( const Node )
delete

◆ Node() [3/3]

tannic::Node::Node ( Node &&  other)
noexcept

Member Function Documentation

◆ operator=() [1/2]

Node & tannic::Node::operator= ( const Node )
delete

◆ operator=() [2/2]

Node & tannic::Node::operator= ( Node &&  other)
noexcept

Member Data Documentation

◆ id

uintptr_t tannic::Node::id = 0

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