template<typename T>
struct QGlib::ValueImpl< T >
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.
- Note
- this struct is declared as friend in Value and as a result it has access to Value::setData() and Value::getData()
- See also
- Value Design
Definition at line 285 of file value.h.