.TH "std::is_placeholder< _Tp >" 3cxx "libstdc++" \" -*- nroff -*-
.ad l
.nh
.SH NAME
std::is_placeholder< _Tp > \- Determines if the given type _Tp is a placeholder in a bind() expression and, if so, which placeholder it is\&.  

.SH SYNOPSIS
.br
.PP
.PP
\fR#include <functional>\fP
.PP
Inherits \fBstd::integral_constant< int, 0 >\fP\&.
.SS "Public Types"

.in +1c
.ti -1c
.RI "using \fBtype\fP"
.br
.ti -1c
.RI "using \fBvalue_type\fP"
.br
.in -1c
.SS "Public Member Functions"

.in +1c
.ti -1c
.RI "constexpr \fBoperator value_type\fP () const noexcept"
.br
.in -1c
.SS "Static Public Attributes"

.in +1c
.ti -1c
.RI "static constexpr int \fBvalue\fP"
.br
.in -1c
.SH "Detailed Description"
.PP 

.SS "template<typename _Tp>
.br
struct std::is_placeholder< _Tp >"Determines if the given type _Tp is a placeholder in a bind() expression and, if so, which placeholder it is\&. 

C++11 [func\&.bind\&.isplace]\&.

.PP
\fBSince\fP
.RS 4
C++11 
.RE
.PP


.SH "Author"
.PP 
Generated automatically by Doxygen for libstdc++ from the source code\&.
