Consider a simple class of which I create only a single instance (global variable), and that has a number of static member variables, one of which (s_lmdbEnv) is an instance of a C++ wrapper class of ...
I am trying to create a static class member which contains an array of null-terminated strings which is basically a huge lookup table. private: static const char *const MyNameList[256] = { "String 1", ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results