cppyabm  1.0.17
An agent-based library to integrate C++ and Python
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>

Public Types

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 522 of file common.h.

Member Typedef Documentation

◆ type

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

Definition at line 522 of file common.h.


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