bes
Updated for version 3.20.8
|
Hold the result from the subset helper function as a collection of vectors. More...
#include <StareFunctions.h>
Friends | |
std::ostream & | operator<< (std::ostream &out, const stare_matches &m) |
Write a collection of STARE Matches to an ostream. More... | |
Hold the result from the subset helper function as a collection of vectors.
Definition at line 87 of file StareFunctions.h.
|
friend |
Write a collection of STARE Matches to an ostream.
STARE matches is not a vector of stare_match objects. It's a self-contained commection of vectors that holds a collection of STARE matches in a way that can be dumped into libdap::Array instances easily and efficiently.
out | The ostream |
m | The STARE Matches |
Definition at line 83 of file StareFunctions.cc.