libstdc++
|
Public Types | |
typedef __is_transparent | is_transparent |
Public Member Functions | |
template<typename _Tp > | |
_GLIBCXX14_CONSTEXPR auto | operator() (_Tp &&__t) const noexcept(noexcept(!std::forward< _Tp >(__t))) -> decltype(!std::forward< _Tp >(__t)) |
One of the Boolean operations functors.
Definition at line 847 of file stl_function.h.