what does the keyword "internal" mean ? ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what does the keyword "internal" mean ? ?

21st Aug 2018, 6:04 PM
King Sam
King Sam - avatar
3 Answers
0
std::left, std::internal, and std::right are stream manipulator used to adjust padding position for specified width output. Further details over these can be found in the following reference: http://www.cplusplus.com/reference/ios/internal/
21st Aug 2018, 7:14 PM
Ipang
0
I'm asking about a keyword, not a function
22nd Aug 2018, 2:38 AM
King Sam
King Sam - avatar
0
Sorry I misunderstood you. Do you have a snippet I can read, where this 'internal' keyword is used, I need to see it in the context when & how it is used.
22nd Aug 2018, 5:10 AM
Ipang