List Question
10 TechQA 2016-12-21 22:38:07Can constexpr-if-else bodies return different types in constexpr auto function?
5k views
Asked by Short
Structured bindings for your own type that isn’t a struct or a tuple(via public member function)
8.1k views
Asked by Hariom Singh
stop visual studio 17 compile when i hit a bad constexpr if branch
212 views
Asked by Evan
if constexpr() gives an error in C++17
1.3k views
Asked by msc
if constexpr instead of tag dispatch
1.4k views
Asked by 0xBADF00
Best way to fake static_assert inside if constexpr?
44 views
Asked by NoSenseEtAl
How to use static asserts with if constexpr logics?
98 views
Asked by Zorglub29
How to compare string_view using if-constexpt in a constexpr context
2.2k views
Asked by Equod
Writing a generic `string_to_float<T>` without overhead compared to `std::stof`
182 views
Asked by 0xbadf00d
constexpr-if(false) vs two phase name lookup
98 views
Asked by VainMan