40 #ifndef BLOCXX_GLOBAL_STRING_HPP_INCLUDE_GUARD_ 41 #define BLOCXX_GLOBAL_STRING_HPP_INCLUDE_GUARD_ 42 #include "blocxx/BLOCXX_config.h" 51 #define BLOCXX_GLOBAL_STRING_INIT(str) BLOCXX_LAZY_GLOBAL_INIT(str)
LazyGlobal< String, char const *const > GlobalString
This class can be used to store a global variable that is lazily initialized in a thread safe manner.