size() - returns number of data elements in list empty() - bool returns true if empty value_at(index) - returns the value of the nth item (starting at 0 for first) push_front(value) - adds an item to the front of the list pop_front() - remove front item and return its value ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up...
Files master .github atmosphere cmake data doc guide pictures Makefile README.md StyleInd.ist app_accuracy.tex app_acknowledgements.tex app_bortle_scale.tex app_config_ini.tex app_hotkeys.tex app_license.tex app_nomenclature.tex app_ssystem_ini.tex ...
size() - returns number of data elements in list empty() - bool returns true if empty value_at(index) - returns the value of the nth item (starting at 0 for first) back() - get value of end item insert(index, value) - insert value at index, so current item at that index is...