Static Public Member Functions | List of all members
detinfo::details::StartTimeImpl< TimePoint, TimeScale, typename > Struct Template Reference

#include <DetectorTimings.h>

Static Public Member Functions

static constexpr TimeScale startTime (DetectorTimings const *)
 

Detailed Description

template<typename TimePoint, typename TimeScale = TimePoint, typename = void>
struct detinfo::details::StartTimeImpl< TimePoint, TimeScale, typename >

Definition at line 738 of file DetectorTimings.h.

Member Function Documentation

template<typename TimePoint , typename TimeScale = TimePoint, typename = void>
static constexpr TimeScale detinfo::details::StartTimeImpl< TimePoint, TimeScale, typename >::startTime ( DetectorTimings const *  )
inlinestatic

Definition at line 740 of file DetectorTimings.h.

741  {
742  static_assert(util::always_false_v<TimePoint>,
743  "Start time not implemented for this time in this time scale.");
744  throw false;
745  }

The documentation for this struct was generated from the following file: