Skip to main content
ugh; Post Made Community Wiki
Source Link
James Eichele
  • 119.5k
  • 42
  • 183
  • 214

the sizeof() operator ought to do it:

size_t bytes = sizeof(Help::termsTermMap); 

the sizeof() operator ought to do it:

size_t bytes = sizeof(Help::terms); 

the sizeof() operator ought to do it:

size_t bytes = sizeof(Help::TermMap); 
Source Link
James Eichele
  • 119.5k
  • 42
  • 183
  • 214

the sizeof() operator ought to do it:

size_t bytes = sizeof(Help::terms);