Re: [boost] library for type erasure
2 Sep
2006
2 Sep
'06
9:48 p.m.
AMDG
Could you please tell me what a library for type erasure is doing?
Type erasure converts static polymorphism into dynamic polymorphism. One example is Boost.Function which can contain any type that has an appropriate function call operator. In Christ, Steven Watanabe
7000
Age (days ago)
7000
Last active (days ago)
0 comments
1 participants
participants (1)
-
Steven Watanabe