Function default_valid
Synopsis
#include "breeze/vocabulary/maybe.hpp"
static status default_valid() noexcept
Description
See the maybe
documentation.
Source
Lines 59-62 in breeze/vocabulary/maybe.hpp.
static status default_valid() noexcept
{
return status( true ) ;
}