LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 681 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 683 of file DetectorTimings.h.

Referenced by detinfo::DetectorTimings::startTime().

684  {
685  static_assert(util::always_false_v<TimePoint>,
686  "Start time not implemented for this time in this time scale.");
687  throw false;
688  }

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