enum_name
Loading...
Searching...
No Matches
mgutility::detail::has_bit_or< T, typename > Struct Template Reference

Trait to check if a type supports the bitwise OR operator. More...

#include <meta.hpp>

Inheritance diagram for mgutility::detail::has_bit_or< T, typename >:

Detailed Description

template<typename T, typename = void>
struct mgutility::detail::has_bit_or< T, typename >

Trait to check if a type supports the bitwise OR operator.

Template Parameters
TThe type to check.
EnableSFINAE parameter, default is void.

The documentation for this struct was generated from the following file: