GuillaumeDua / CppShelf

Collection of powerfuls - C++ Single-Header Libraries Files
https://guillaumedua.github.io/CppShelf/
MIT License
9 stars 1 forks source link

[typeinfo] expose a `type_name_v_t` #238

Open GuillaumeDua opened 4 months ago

GuillaumeDua commented 4 months ago
using type_name_v_t = std::string_view;

Note that any specialization to type_name/_v which does not match such a type are ill-formed