glibmm 2.82.0
|
Glib::Value<> is specialized for almost any type used within the glibmm and gtkmm libraries. More...
Glib::Value<> is specialized for almost any type used within the glibmm and gtkmm libraries.
int
, char
, bool
, etc., also void*
.If a type doesn't fit into any of these categories, then a generic implementation for custom types will be used. The requirements imposed on custom types are described in the Glib::Value class documentation.