Share this postDaily bit(e) of C++Daily bit(e) of C++ | Implementing custom conceptsCopy linkFacebookEmailNotesMoreDiscover more from Daily bit(e) of C++Random C++ knowledge organized in arbitrary order.Over 1,000 subscribersSubscribeBy subscribing, I agree to Substack's Terms of Use, and acknowledge its Information Collection Notice and Privacy Policy.Already have an account? Sign inDaily bit(e) of C++ | Implementing custom conceptsDaily bit(e) of C++ #312, Implementing custom concepts in C++20.Šimon TóthNov 09, 20233Share this postDaily bit(e) of C++Daily bit(e) of C++ | Implementing custom conceptsCopy linkFacebookEmailNotesMoreShareOne way to implement custom concepts is to combine existing ones using logical AND and OR.However, for fully custom concepts, we might need to implement custom atomic constraints using simple, type, compound and nested requirements.Click to open in Compiler Explorer.Leave a commentThanks for reading Daily bit(e) of C++! Subscribe for free to receive new posts and support my work.Subscribe3 Likes