MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / operator "" _a

Function operator "" _a

tests/catch.hpp:5745–5747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5743
5744namespace literals {
5745 Detail::Approx operator "" _a(long double val) {
5746 return Detail::Approx(val);
5747 }
5748 Detail::Approx operator "" _a(unsigned long long val) {
5749 return Detail::Approx(val);
5750 }

Callers

nothing calls this directly

Calls 1

ApproxClass · 0.85

Tested by

no test coverage detected