diff options
Diffstat (limited to 'build/options.ixx')
-rw-r--r-- | build/options.ixx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build/options.ixx b/build/options.ixx index 671f9ec..c44d7e5 100644 --- a/build/options.ixx +++ b/build/options.ixx @@ -133,12 +133,24 @@ v () const return this->v_; } +inline const bool& options:: +q () const +{ + return this->q_; +} + inline const std::uint16_t& options:: verbose () const { return this->verbose_; } +inline bool options:: +verbose_specified () const +{ + return this->verbose_specified_; +} + // Begin epilogue. // // |