Skip to content

Enum to string converter

Flex Ferrum edited this page Apr 19, 2018 · 1 revision

Motivation

Enum to string (and back) conversion is the one of the most popular task in C++ world. There are at least 16 different questions on StackOverflow with requests of the better way of performing such kind of conversion. And there are a lot of different implementations of this converters.

Clone this wiki locally