Click here to Skip to main content
Click here to Skip to main content

See if a Flags enum is valid

By , 16 May 2011
 
// A faster solution
return (value & mask) == 0;
 
// Where mask == ~ (None | One | Eight)
// This constant can be precomputed at compile-time or run-time (like in Alternate 1)

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

YvesDaoust
CEO VISION fOr VISION
Belgium Belgium
Member
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
-- There are no messages in this forum --
Permalink | Advertise | Privacy | Mobile
Web03 | 2.6.130523.1 | Last Updated 17 May 2011
Article Copyright 2011 by YvesDaoust
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid