martinmoene / any-lite

any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[isocpp-lib] CH 3, p0032r2 -- let's not have too clever tags

martinmoene opened this issue · comments

This syntax is both clever and simple to me:

any(in_place<T or I>(), args...)

See in_place at cppreference and p0032.