We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
insert
Some containers have insert methods that return void, others size_t, or T* and so on. Figure out if it makes sense to make these standardized.
void
size_t
T*
The text was updated successfully, but these errors were encountered:
Hackerpilot
No branches or pull requests
Some containers have
insert
methods that returnvoid
, otherssize_t
, orT*
and so on. Figure out if it makes sense to make these standardized.The text was updated successfully, but these errors were encountered: