[#absl-operator_slash-07] = xref:absl.adoc[absl]::operator/ :relfileprefix: ../ :mrdocs: Returns the quotient of a duration divided by a scalar. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> xref:absl/Duration.adoc[Duration] operator/( xref:absl/Duration.adoc[Duration] lhs, T rhs); ---- == Return Value The quotient `lhs / rhs`. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The duration operand. | *rhs* | The scalar divisor. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#