aboutsummaryrefslogtreecommitdiff
path: root/xml/parser.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'xml/parser.ixx')
-rw-r--r--xml/parser.ixx7
1 files changed, 7 insertions, 0 deletions
diff --git a/xml/parser.ixx b/xml/parser.ixx
index adb8751..ac27b46 100644
--- a/xml/parser.ixx
+++ b/xml/parser.ixx
@@ -6,6 +6,13 @@
namespace xml
{
+ template <typename T>
+ inline T parser::
+ value () const
+ {
+ return value_traits<T>::parse (value (), *this);
+ }
+
inline const std::string& parser::
attribute (const std::string& n) const
{