Introduction - If you have any usage issues, please Google them yourself
A LazyInstance is a helper template that can be used to perform thread-safe lazy initialization of static C++ objects without forcing the generation of C++ static constructors in the final executable.