libstdc++: std::is_placeholder< _Placeholder< _Num > (original) (raw)
#include <[functional](a00098%5Fsource.html)>
Inheritance diagram for std::is_placeholder< _Placeholder< _Num > >:
Static Public Attributes | |
---|---|
static constexpr int | value |
Detailed Description
template<int _Num>
struct std::is_placeholder< _Placeholder< _Num > >
Partial specialization of is_placeholder that provides the placeholder number for the placeholder objects defined by libstdc++.
Since
C++11
Definition at line 341 of file functional.
Member Typedef Documentation
◆ type
◆ value_type
Member Function Documentation
◆ operator value_type()
Member Data Documentation
◆ value
The documentation for this struct was generated from the following file: