Sometimes other libraries will define their own size_t. For example boost. std::size_t specifies that you definitely want the c++ standard one.
size_t is a c++ standard type and it is defined within the namespace std.
|
2 | added 82 characters in body | ||
|
Sometimes other libraries will define their own size_t. For example boost. std::size_t specifies that you definitely want the c++ standard one. size_t is a c++ standard type and it is defined within the namespace std. |
||||
|
1 |
|
||
|
Sometimes other libraries will define their own size_t. For example boost. std::size_t specifies that you definitely want the c++ standard one. |
||||