MCPcopy Create free account
hub / github.com/boostorg/build / timestamp_max

Function timestamp_max

src/engine/timestamp.cpp:168–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166
167
168void timestamp_max( timestamp * const max, timestamp const * const lhs,
169 timestamp const * const rhs )
170{
171 if ( timestamp_cmp( lhs, rhs ) > 0 )
172 timestamp_copy( max, lhs );
173 else
174 timestamp_copy( max, rhs );
175}
176
177
178static char const * timestamp_formatstr( timestamp const * const time,

Callers 1

make0Function · 0.85

Calls 2

timestamp_cmpFunction · 0.85
timestamp_copyFunction · 0.85

Tested by

no test coverage detected