Re: [boost] library for type erasure

2 Sep
2006
2 Sep
'06
7: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
6856
Age (days ago)
6856
Last active (days ago)
0 comments
1 participants
participants (1)
-
Steven Watanabe