Lately I've been browsing through some code of facebooks folly library and saw a variable named like
HTTPServer* const server_{nullptr};
as a class member. I've never seen something like this before and wondered if there is any special meaning. Googling only made me found other examples like this one in boost code to.
Maybe someone has an explanation.