std in C++ meant for code example
Example: why to use std:: in c++
When you are using "std::" it means that you will grap the following command
from the "std" namespace.
The std namespace is an abbreviation for standard
If you use "std::" you hvae to include "#include <iostream>"