tinympl  0.2
mini MPL library for C++11
tinympl::is_placeholder< T > Struct Template Reference

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 >.

Detailed Description

template<class T>
struct tinympl::is_placeholder< T >

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.


The documentation for this struct was generated from the following file: