μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | List of all members
select_indices_impl< ISeq, size_t,... > Struct Template Reference

Make an index sequence of the indices of true arguments. More...

#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/detail/common.h>

Inheritance diagram for select_indices_impl< ISeq, size_t,... >:
[legend]

Public Types

using type = ISeq
 
using type = ISeq
 

Detailed Description

template<typename ISeq, size_t, bool...>
struct select_indices_impl< ISeq, size_t,... >

Make an index sequence of the indices of true arguments.

Definition at line 665 of file common.h.

Member Typedef Documentation

◆ type [1/2]

template<typename ISeq , size_t , bool... >
using select_indices_impl< ISeq, size_t,... >::type = ISeq

Definition at line 666 of file common.h.

◆ type [2/2]

template<typename ISeq , size_t , bool... >
using select_indices_impl< ISeq, size_t,... >::type = ISeq

Definition at line 685 of file common.h.


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