.TH "std::is_bind_expression< _Tp >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::is_bind_expression< _Tp > \- Trait that identifies a bind expression\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits std::false_type\&. .SH "Detailed Description" .PP .SS "template .br struct std::is_bind_expression< _Tp >"Trait that identifies a bind expression\&. Determines if the given type \fC_Tp\fP is a function object that should be treated as a subexpression when evaluating calls to function objects returned by \fCstd::bind\fP\&. .PP C++11 [func\&.bind\&.isbind]\&. .PP \fBSince\fP .RS 4 C++11 .RE .PP .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.