diff options
Diffstat (limited to 'composite/README')
-rw-r--r-- | composite/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/composite/README b/composite/README index bf9e745..e33e7a9 100644 --- a/composite/README +++ b/composite/README @@ -7,8 +7,10 @@ The example consists of the following files: person.hxx Header file defining the 'basic_name', 'name_extras', and 'name' composite - value types. It also defines the 'person' persistent class which use the - 'name' value type in one of its data members. + value types. It also defines the 'phone_numbers' composite value type as + an instantiation of the 'std::pair' class template. Finally it defines + the 'person' persistent class which uses the 'name' and 'phone_numbers' + value types in its data members. person-odb.hxx person-odb.ixx |