NetworkUtil module function call #167
Unanswered
ytrewq271828
asked this question in
[Project Q&A] 2. Transport Layer (TCP)
Replies: 1 comment
-
Your To convert |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've encountered an error while calling functions defined in NetworkUtil module.
I think the type of the argument matches the given implementation, but my IDE keeps returning the following error message.
no instance of function template "E::NetworkUtil::arrayToUINT64" matches the argument listC/C++(304)
TCPAssignment.cpp(335, 22): argument types are: (std::optional<E::ipv4_t>)
Can you tell me why this error happens?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions