#include <ugmisc/sfinae_helpers.hpp>
template<class T>
Definition sfinae_helpers.hpp:110
- 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.