Ejemplo n.º 1
0
Timestamp::duration_type operator-(Timestamp lhs, Timestamp rhs)
{
    return lhs.quantity() - rhs.quantity();
}