A Byte of Coding Issue #135

Conditional members can be thought of as things that should exist conditionally in a C++20 template when certain conditions are met. In this informative article, Barry Revzin uncovers how conditional member functions, conditional member variables, and conditional member types can be implemented using C++20 concepts.

Read more at https://abyteofcoding.com/issues/a-byte-of-coding-issue-135/

--

--