libstdc++: std::logical_and< _Tp > Struct Template Reference (original) (raw)
#include <[stl_function.h](a00437%5Fsource.html)>
Public Types | |
---|---|
typedef _Tp | first_argument_type |
typedef bool | result_type |
typedef _Tp | second_argument_type |
Public Member Functions | |
---|---|
constexpr bool | operator() (const _Tp &__x, const _Tp &__y) const |
template<typename _Tp>
struct std::logical_and< _Tp >
One of the Boolean operations functors.
Definition at line 793 of file stl_function.h.
◆ first_argument_type
first_argument_type
is the type of the first argument
Definition at line 134 of file stl_function.h.
◆ result_type
◆ second_argument_type
second_argument_type
is the type of the second argument
Definition at line 137 of file stl_function.h.
◆ operator()()
template<typename _Tp >
constexpr bool std::logical_and< _Tp >::operator() ( const _Tp & __x, const _Tp & __y ) const | inlineconstexpr |
---|
The documentation for this struct was generated from the following file: