Coliru: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Claas (Diskussion | Beiträge) (make_switch) |
Claas (Diskussion | Beiträge) (runtime/compile-time path) |
||
Zeile 11: | Zeile 11: | ||
* [https://wandbox.org/permlink/Ol9kRlqHwob41cY1 Non-const constexpr member function] | * [https://wandbox.org/permlink/Ol9kRlqHwob41cY1 Non-const constexpr member function] | ||
* [http://coliru.stacked-crooked.com/a/257d0a072ffadc56 make_switch] | * [http://coliru.stacked-crooked.com/a/257d0a072ffadc56 make_switch] | ||
* [http://coliru.stacked-crooked.com/a/01631f743140c04f constexpr: Use tag dispatching for runtime/compile-time path] |
Version vom 12. Oktober 2017, 10:52 Uhr
- Access enum as constant expression
- Test constexpr with template functor
- Change variable in parameter pack expansion
- Pitfalls of bitset::operator
- non_negative
- one_of, C++14
- Optional automatic determination of template parameter
- Non-const constexpr member function
- make_switch
- constexpr: Use tag dispatching for runtime/compile-time path