Quantcast
Channel: Oliver C. Grant
Viewing all articles
Browse latest Browse all 25

Figure out types from const ref pointer in C++

$
0
0

Graph(Node<T>* const& initialNode_t);
initialNode_t is a reference to a const ptr of type Node<T>.
https://c-faq.com/decl/spiral.anderson.html
and
https://cdecl.plus/ will help, but this can’t handle template types (I think)

 


Viewing all articles
Browse latest Browse all 25

Trending Articles