GroupQueryResult.cc
Go to the documentation of this file.
1 // ======================================================================
2 //
3 // GroupQueryResult: A pointer-to-const-Group satisfying a query, or an
4 // exception object explaining a failed query.
5 //
6 // ======================================================================
7 
9 
11 
14 {}
static constexpr double g
Definition: Units.h:144
GroupQueryResult(group_ptr_t)
const double e
std::shared_ptr< art::Exception const > exception_ptr_t
std::variant< group_ptr_t, exception_ptr_t > groupOrException_