summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/options.ixx b/cli/options.ixx
index 8d8a35f..1b56750 100644
--- a/cli/options.ixx
+++ b/cli/options.ixx
@@ -250,6 +250,12 @@ suppress_inline () const
return this->suppress_inline_;
}
+inline const std::string& options::
+ostream_type () const
+{
+ return this->ostream_type_;
+}
+
inline const bool& options::
suppress_undocumented () const
{