std::bit_and - cppreference.com (original) (raw)
| | | | | --------------------------------- | | ------------- | | template<> class bit_and<void>; | | (since C++14) |
std::bit_and<void> is a specialization of std::bit_and with parameter and return type deduced.
Contents
[edit] Nested types
[edit] Member functions
| | applies operator& to lhs and rhs (public member function) | | ------------------------------------------------------------ |