lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
#include <decoder.hpp>
Public Member Functions | |
bool | is_some () const |
bool | is_none () const |
MaybeDecoder (Decoder decoder) | |
Static Public Member Functions | |
static MaybeDecoder | Some (Decoder decoder) |
static MaybeDecoder | None () |
Public Attributes | |
Decoder | decoder |
|
explicit |
bool lib_ruby_parser::MaybeDecoder::is_none | ( | ) | const |
bool lib_ruby_parser::MaybeDecoder::is_some | ( | ) | const |
|
static |
|
static |
Decoder lib_ruby_parser::MaybeDecoder::decoder |