Coliru: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Claas (Diskussion | Beiträge) (Non-const and const) |
Claas (Diskussion | Beiträge) (alternative) |
||
Zeile 20: | Zeile 20: | ||
* [https://wandbox.org/permlink/PVoV3typR0r18eKz Struct designated initializers] [https://en.cppreference.com/w/cpp/language/aggregate_initialization#Designated_initializers cppreference] | * [https://wandbox.org/permlink/PVoV3typR0r18eKz Struct designated initializers] [https://en.cppreference.com/w/cpp/language/aggregate_initialization#Designated_initializers cppreference] | ||
* [https://wandbox.org/permlink/Fgt359RjPGpTir9b Hash of variant] | * [https://wandbox.org/permlink/Fgt359RjPGpTir9b Hash of variant] | ||
* [https://wandbox.org/permlink/8g1RbTkndIeoLcWO Copy one variant to a sub-type] | * [https://wandbox.org/permlink/8g1RbTkndIeoLcWO Copy one variant to a sub-type], [https://wandbox.org/permlink/Mj2gnOQLE0Qb4Drq alternative] | ||
* [https://wandbox.org/permlink/KalQIcWgOufnLzrU Non-const and const member functions with is_const on *this] | * [https://wandbox.org/permlink/KalQIcWgOufnLzrU Non-const and const member functions with is_const on *this] | ||
Version vom 16. Mai 2019, 13:19 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
- Unique type for each generated element of class
- Struct designated initializers cppreference
- Hash of variant
- Copy one variant to a sub-type, alternative
- Non-const and const member functions with is_const on *this