MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / Fraction

Method Fraction

src/Fraction.cpp:19–19  ·  view source on GitHub ↗

Delegating constructors

Source from the content-addressed store, hash-verified

17
18// Delegating constructors
19Fraction::Fraction() : Fraction::Fraction(1, 1) {}
20
21Fraction::Fraction(std::pair<int, int> pair)
22 : Fraction::Fraction(pair.first, pair.second) {}

Callers 3

ExampleHtml.pyFile · 0.80
Example.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected