Function is_valid
Synopsis
#include "breeze/vocabulary/maybe.hpp"
static bool is_valid(status s) noexcept
Description
See the maybe
documentation.
Source
Lines 45-48 in breeze/vocabulary/maybe.hpp.
static bool is_valid( status s ) noexcept
{
return s.value ;
}