Coliru: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Improved) |
Claas (Diskussion | Beiträge) (Variant modified) |
||
Zeile 3: | Zeile 3: | ||
* [https://wandbox.org/permlink/ZUCQNNnvsWvoNHed Variant with hierarchy and partial overloading] | * [https://wandbox.org/permlink/ZUCQNNnvsWvoNHed Variant with hierarchy and partial overloading] | ||
** [https://wandbox.org/permlink/Cac85dSskaOxio3y Modified] | |||
* [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/slfxC6XhHi3337Jp enum class casting rules] | * [https://wandbox.org/permlink/slfxC6XhHi3337Jp enum class casting rules] |
Version vom 4. Juni 2018, 13:38 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
- Atomic add float