std::bit_not (3) Linux Manual Page
std::bit_not<void> – std::bit_not<void> Synopsis Defined in header<functional> template <> (since C++ 14) class bit_not<void>; std::bit_not<> is a specialization of std::bit_not with parameter and return type deduced. Member types Member type Definition is_transparent /* unspecified */ Member functions applies operator~ to its argument operator() (public member function) std::bit_not<>::operator() template< class T > constexpr auto operator()( T&&…
