Function custom
Synopsis
#include <include/internal/catch_approx.h>
static Approx custom()
Description
No description yet.
Source
Lines 35-37 in include/internal/catch_approx.cpp. Line 31 in include/internal/catch_approx.h.
Approx Approx::custom() {
return Approx( 0 );
}