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

Method operator|

tests/catch.hpp:7406–7408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7404
7405 template<typename T>
7406 auto operator|( T const &other ) const -> Parser {
7407 return Parser( *this ) |= other;
7408 }
7409
7410 // Forward deprecated interface with '+' instead of '|'
7411 template<typename T>

Callers

nothing calls this directly

Calls 1

ParserClass · 0.85

Tested by

no test coverage detected