LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
ServiceStack.h
Go to the documentation of this file.
1 #ifndef art_Framework_Services_Registry_detail_ServiceStack_h
2 #define art_Framework_Services_Registry_detail_ServiceStack_h
3 // vim: set sw=2 expandtab :
4 
6 
7 #include <stack>
8 
9 namespace art::detail {
10  using ServiceStack = std::stack<WrapperBase_ptr>;
11 } // namespace art::detail
12 
13 #endif /* art_Framework_Services_Registry_detail_ServiceStack_h */
14 
15 // Local Variables:
16 // mode: c++
17 // End:
std::stack< WrapperBase_ptr > ServiceStack
Definition: ServiceStack.h:10