#include "WireCellUtil/Testing.h"
#include <cmath>
#include <map>
#include <vector>
#include <iostream>
Go to the source code of this file.
bool equal |
( |
double |
a, |
|
|
double |
b |
|
) |
| |
Definition at line 19 of file test_mapvectorcopy.cxx.
21 if (
a ==
b) {
return true; }
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition at line 26 of file test_mapvectorcopy.cxx.
31 stuff[1] = {10.0,20.0,30.0};
34 for (
auto iv : stuff) {
35 cerr << iv.first <<
":";
36 for (
auto x : iv.second) {
bool equal(double a, double b)
std::vector< float > sequence
void mutate(enumerated &en)
std::map< int, sequence > enumerated
QTextStream & endl(QTextStream &s)