강의

멘토링

커뮤니티

Inflearn Community Q&A

withfavor0276's profile image
withfavor0276

asked

Learning data structures and algorithms with C++

Linked list concept

연결리스트 template 코드중에서

Written on

·

194

0

연결리스트 템플릿 코드중에서

T& setdata();

이런 코드가 있는데

setdata()라는 함수앞에 있는 T&는 뭔가요?

C++

Answer

This question is waiting for answers
Be the first to answer!
withfavor0276's profile image
withfavor0276

asked

Ask a question