Home | History | Annotate | Download | only in tr1_impl

Lines Matching full:is_placeholder

816     struct is_placeholder
820 const int is_placeholder<_Tp>::value;
869 * Partial specialization of is_placeholder that provides the placeholder
873 struct is_placeholder<_Placeholder<_Num> >
877 const int is_placeholder<_Placeholder<_Num> >::value;
953 bool _IsPlaceholder = (is_placeholder<_Arg>::value > 0)>
1034 typedef typename _Safe_tuple_element<(is_placeholder<_Arg>::value
1050 return ::std::_GLIBCXX_TR1 get<(is_placeholder<_Arg>::value