Coliru: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Claas (Diskussion | Beiträge) (With move) |
Claas (Diskussion | Beiträge) (enum class casting rules) |
||
Zeile 4: | Zeile 4: | ||
* [https://wandbox.org/permlink/ZUCQNNnvsWvoNHed Variant with hierarchy and partial overloading] | * [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] | ||
* [https://wandbox.org/permlink/vXLI4fnSlw3xt5Ig enum class casting rules] | |||
* [http://coliru.stacked-crooked.com/a/bf4ba98477c63125 Test constexpr with template functor] | * [http://coliru.stacked-crooked.com/a/bf4ba98477c63125 Test constexpr with template functor] | ||
* [http://coliru.stacked-crooked.com/a/1bd461ab61d009b6 Change variable in parameter pack expansion] | * [http://coliru.stacked-crooked.com/a/1bd461ab61d009b6 Change variable in parameter pack expansion] |
Version vom 9. Januar 2018, 16:07 Uhr
- Variant with hierarchy and partial overloading
- Access enum as constant expression
- enum class casting rules
- 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
- constexpr: Default generated constructors