Coliru: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Claas (Diskussion | Beiträge) (runtime/compile-time path) |
Claas (Diskussion | Beiträge) (Variant with hierarchy and partial overloading]) |
||
Zeile 2: | Zeile 2: | ||
** [http://coliru.stacked-crooked.com/a/f55c1ade4c28df90 Simplified] | ** [http://coliru.stacked-crooked.com/a/f55c1ade4c28df90 Simplified] | ||
* [https://wandbox.org/permlink/ZUCQNNnvsWvoNHed Variant with hierarchy and partial overloading] | |||
* [http://coliru.stacked-crooked.com/a/b632e24c32145d18 Access enum as constant expression] | * [http://coliru.stacked-crooked.com/a/b632e24c32145d18 Access enum as constant expression] | ||
* [http://coliru.stacked-crooked.com/a/bf4ba98477c63125 Test constexpr with template functor] | * [http://coliru.stacked-crooked.com/a/bf4ba98477c63125 Test constexpr with template functor] |
Version vom 20. Dezember 2017, 15:21 Uhr
- Variant with hierarchy and partial overloading
- 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