UgMisc 0.3
Miscellaneous C++ header library
Loading...
Searching...
No Matches
ugmisc::Bitwise Concept Reference

#include <ugmisc/sfinae_helpers.hpp>

Concept definition

template<class T>
concept Bitwise = is_bitwise<T>

Detailed Description

See also
is_bitwise
Note
Compiler support for concepts is not required to use UgMisc. All declarations which use concepts will be replaced with different declarations which work around the lack of concepts if necessary.

Definition at line 98 of file sfinae_helpers.hpp.