Public Types | List of all members
testing::StopWatch< DefaultUnit, Clock >::makeDurationTrait< std::chrono::duration< Rep, Duration > > Struct Template Reference

#include <StopWatch.h>

Public Types

using type = std::chrono::duration< Rep, Duration >
 
using type = std::chrono::duration< Rep, Duration >
 

Detailed Description

template<typename DefaultUnit = std::chrono::duration<double>, typename Clock = std::chrono::high_resolution_clock>
template<typename Rep, typename Duration>
struct testing::StopWatch< DefaultUnit, Clock >::makeDurationTrait< std::chrono::duration< Rep, Duration > >

Definition at line 304 of file StopWatch.h.

Member Typedef Documentation

template<typename DefaultUnit = std::chrono::duration<double>, typename Clock = std::chrono::high_resolution_clock>
template<typename Rep , typename Duration >
using testing::StopWatch< DefaultUnit, Clock >::makeDurationTrait< std::chrono::duration< Rep, Duration > >::type = std::chrono::duration<Rep, Duration>

Definition at line 307 of file StopWatch.h.

template<typename DefaultUnit = std::chrono::duration<double>, typename Clock = std::chrono::high_resolution_clock>
template<typename Rep , typename Duration >
using testing::StopWatch< DefaultUnit, Clock >::makeDurationTrait< std::chrono::duration< Rep, Duration > >::type = std::chrono::duration<Rep, Duration>

Definition at line 307 of file StopWatch.h.


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