tinympl
0.2
mini MPL library for C++11
|
Determine whether a type is a placeholder. is_placeholder<T>::value
is 0 if T
is not a placeholder, otherwise is the index of the placeholder.
More...
#include <tinympl/bind.hpp>
Inherits integral_constant< std::size_t, 0 >.
Determine whether a type is a placeholder. is_placeholder<T>::value
is 0 if T
is not a placeholder, otherwise is the index of the placeholder.