.TH "std::logical_or< _Tp >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::logical_or< _Tp > \- One of the \fBBoolean operations functors\fP\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::binary_function< _Tp, _Tp, bool >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP _Tp \fBfirst_argument_type\fP" .br .RI "\fCfirst_argument_type\fP is the type of the first argument " .ti -1c .RI "\fBtypedef\fP bool \fBresult_type\fP" .br .RI "\fCresult_type\fP is the return type " .ti -1c .RI "\fBtypedef\fP _Tp \fBsecond_argument_type\fP" .br .RI "\fCsecond_argument_type\fP is the type of the second argument " .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "_GLIBCXX14_CONSTEXPR bool \fBoperator()\fP (\fBconst\fP _Tp &__x, \fBconst\fP _Tp &\fB__y\fP) \fBconst\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP _Tp> .br struct std::logical_or< _Tp >"One of the \fBBoolean operations functors\fP\&. .PP Definition at line \fB796\fP of file \fBstl_function\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "\fBtypedef\fP _Tp \fBstd::binary_function\fP< _Tp , _Tp , bool >::first_argument_type\fC [inherited]\fP" .PP \fCfirst_argument_type\fP is the type of the first argument .PP Definition at line \fB121\fP of file \fBstl_function\&.h\fP\&. .SS "\fBtypedef\fP bool \fBstd::binary_function\fP< _Tp , _Tp , bool >::result_type\fC [inherited]\fP" .PP \fCresult_type\fP is the return type .PP Definition at line \fB127\fP of file \fBstl_function\&.h\fP\&. .SS "\fBtypedef\fP _Tp \fBstd::binary_function\fP< _Tp , _Tp , bool >::second_argument_type\fC [inherited]\fP" .PP \fCsecond_argument_type\fP is the type of the second argument .PP Definition at line \fB124\fP of file \fBstl_function\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "template<\fBtypename\fP _Tp > _GLIBCXX14_CONSTEXPR bool \fBstd::logical_or\fP< _Tp >::operator() (\fBconst\fP _Tp & __x, \fBconst\fP _Tp & __y) const\fC [inline]\fP" .PP Definition at line \fB800\fP of file \fBstl_function\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.