[#absl-operator_slash-05] = xref:absl.adoc[absl]::operator/ :relfileprefix: ../ :mrdocs: Returns the integer quotient of one duration divided by another. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int64_t operator/( xref:absl/Duration.adoc[Duration] lhs, xref:absl/Duration.adoc[Duration] rhs); ---- == Return Value The truncated integer quotient `lhs / rhs`. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The numerator duration. | *rhs* | The denominator duration. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#