tetl 0.1.0
Embedded Template Library
|
Function object for performing bitwise NOT. Effectively calls operator~
on type T.
More...
#include <bit_not.hpp>
Public Member Functions | |
constexpr auto | operator() (T const &arg) const -> T |
Function object for performing bitwise NOT. Effectively calls operator~
on type T.
https://en.cppreference.com/w/cpp/utility/functional/bit_not
|
inlinenodiscardconstexpr |