typestring icon indicating copy to clipboard operation
typestring copied to clipboard

C++11/14 strings for direct use in template parameter lists, template metaprogramming.

Results 9 typestring issues
Sort by recently updated
recently updated
newest added

Вышел с аккаунта пополнить счёт а обратно уже никак не могу зайти. Пишет неверный логин или пароль. При попытке восстановить пароль пишет"В этом аккаунте не примён PGP ключ. Что делать...

Changes for #2. Along the way I have also corrected `tygrab` in similar way. There it seems that `N` (the index, first template argument) would be better `std::ptrdiff_t` type. However...

I find that `typestring_is("")` gives back a `typestring` unless I add these overloads to give back a `typestring` instead. The `typoke` overload fixes it in the majority of cases, whereas...

I find that `typestring_is("")` resolves to `typestring`, but I expect it to resolve to `typestring`.

I am not really sure what I expected, but FYI, this header crashes Visual Studio 2017's compiler: https://developercommunity.visualstudio.com/content/problem/437112/compiler-crash-with-typestringhh.html#

as it can be seen here: https://youtu.be/qNAbGpV1ZkU?t=513

Thanks for this great class!! (It took me a while to realize that it does exactly what I wanted!) Please consider putting an example like this on the front-page: ```cpp...

`typestring::sval` and return type of `typestring::size` are both `unsigned int`. While it seems `std::size_t` would be more suitable and consistent with other parts of the language. Note that `sizeof...` (which...