Function operator bool
Synopsis
#include <include/internal/catch_option.hpp>
explicit operator bool() const
Description
No description yet.
Source
Lines 62-64 in include/internal/catch_option.hpp.
explicit operator bool() const {
return some();
}