c++ Programming Glossary: map_init_helper
How to easily map c++ enums to strings http://stackoverflow.com/questions/207976/how-to-easily-map-c-enums-to-strings C The function template typename T map_init T returns a map_init_helper T . map_init_helper T stores a T and defines the trivial map_init_helper.. typename T map_init T returns a map_init_helper T . map_init_helper T stores a T and defines the trivial map_init_helper operator.. T . map_init_helper T stores a T and defines the trivial map_init_helper operator typename T key_type const typename T value_type const..
|