#include <value.h>
Static Public Member Functions | |
static T | get (const Value &value) |
static void | set (Value &value, const T &data) |
This struct provides the implementation for the Value::get() and Value::set() methods. If you want to provide support for a custom type, you may want to provide a template specialization of this class to handle your type in a different way than the default implementation. You should normally not need to be concerned at all with this.