Infrared
Loading...
Searching...
No Matches
ired::vector_nbv_sel< T > Struct Template Reference

#include <assignment.hpp>

Public Types

using type = std::vector< T >
 

Detailed Description

template<class T>
struct ired::vector_nbv_sel< T >

define a selector for std::vector while avoiding the bit-vector implementation for vector<bool>

This was introduced to fix a bug: vector<bool> as value stack does not work for yet unknown reason; the use of vector<int> resolves the problem

Member Typedef Documentation

◆ type

template<class T >
using ired::vector_nbv_sel< T >::type = std::vector<T>

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