| Home | Download | Screen shots | Discussion | Documentation |
|---|
A Field Value is a concrete type that inherits field_value and holds a value for a field of a node.
| Value type | T::value_type | The type of T's value member. The value type must be Assignable and DefaultConstructible. |
T | A type that is a model of Field Value |
v | A reference of type field_value & |
| Name | Expression | Type requirements | Return type |
|---|---|---|---|
| Downcast | static_cast<T &>(v) | T & |
Public Member Functions | |
| void | constraints () |
| Validate that T is a model of the FieldValue concept. | |
| void openvrml::FieldValueConcept< T >::constraints | ( | ) | [inline] |
Validate that T is a model of the FieldValue concept.