Newer
Older
#ifndef SRC_TOBOOL_HH
#define SRC_TOBOOL_HH
template <class Alloc>
bool toBool(Dune::BitSetVectorConstReference<1, Alloc> x) {
return x[0];
}
#endif
#ifndef SRC_TOBOOL_HH
#define SRC_TOBOOL_HH
template <class Alloc>
bool toBool(Dune::BitSetVectorConstReference<1, Alloc> x) {
return x[0];
}
#endif