STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
logical_and< void > Member List

This is the complete list of members for logical_and< void >, including all inherited members.

is_transparent typedeflogical_and< void >
operator()(_Ty1 &&_Left, _Ty2 &&_Right) const -> decltype(_STD forward< _Ty1 >(_Left)&&_STD forward< _Ty2 >(_Right))logical_and< void >inline