The standard is not intended to teach how to use C++. Rather, it is an international treaty – a formal, legal, and sometimes mind-numbingly detailed technical document intended primarily for people writing C++ compilers and standard library implementations. https://isocpp.org/std/the-standard
A dumbed down explanation, which would be less intimidating (and therefore, perhaps more pragmatic) to people who are quite new to C++ is available on this site.
see the topic static_cast under: http://www.cplusplus.com/doc/tutorial/typecasting/