Scarab  v2.11.1
Project 8 C++ Utility Library
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 <common.h>

Inheritance diagram for select_indices_impl< ISeq, size_t,... >:
Inheritance graph

Public Types

using type = ISeq
 

Detailed Description

template<typename ISeq, size_t, bool...>
struct pybind11::detail::select_indices_impl< ISeq, size_t,... >

Make an index sequence of the indices of true arguments.

Definition at line 467 of file detail/common.h.

Member Typedef Documentation

◆ type

using type = ISeq

Definition at line 467 of file detail/common.h.


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