ResultsPrincipal.cc
Go to the documentation of this file.
2 // vim: set sw=2:
3 
4 using namespace std;
5 
6 namespace art {
7 
8  ResultsPrincipal::~ResultsPrincipal() {}
9 
10  ResultsPrincipal::ResultsPrincipal(
11  ResultsAuxiliary const& aux,
12  ProcessConfiguration const& pc,
14  unique_ptr<DelayedReader>&& reader
15  /*make_unique<NoDelayedReader>()*/)
16  : Principal{aux, pc, presentProducts, move(reader)}
17  {}
18 
19 } // art
STL namespace.
def move(depos, offset)
Definition: depos.py:107