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