Go to the documentation of this file.
19 #ifndef GRPCPP_IMPL_CODEGEN_TIME_H
20 #define GRPCPP_IMPL_CODEGEN_TIME_H
68 const std::chrono::high_resolution_clock::time_point& from,
76 TimePoint(
const std::chrono::system_clock::time_point& time) {
87 #endif // GRPCPP_IMPL_CODEGEN_TIME_H
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24
TimePoint(const std::chrono::system_clock::time_point &time)
Definition: time.h:76
gpr_timespec raw_time() const
Definition: time.h:79
TimePoint(const gpr_timespec &time)
Definition: time.h:53
gpr_timespec raw_time()=delete
Definition: async_unary_call_impl.h:301
void Timepoint2Timespec(const std::chrono::system_clock::time_point &from, gpr_timespec *to)
void TimepointHR2Timespec(const std::chrono::high_resolution_clock::time_point &from, gpr_timespec *to)
gpr_timespec raw_time()
Definition: time.h:54
TimePoint(const T &)=delete
Analogous to struct timespec.
Definition: gpr_types.h:47
std::chrono::system_clock::time_point Timespec2Timepoint(gpr_timespec t)
If you are trying to use CompletionQueue::AsyncNext with a time class that isn't either gpr_timespec ...
Definition: time.h:40