Package
libboost-type-erasure1.62.0Version
1.62.0+dfsg-4Priority
optionalSection
universe/libsSource
boost1.62Origin
UbuntuMaintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Original Maintainer
Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
102 kBDepends
libboost-system1.62.0, libboost-thread1.62.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)Homepage
http://www.boost.org/doc/libs/1_60_0/doc/html/boost_typeerasure.htmlDownload Size
18.2 kBAPT Manual Installed
noAPT Sources
http://gb.archive.ubuntu.com/ubuntu zesty/universe amd64 PackagesDescription
C++ runtime polymorphism based on conceptsThis package forms part of the Boost C++ Libraries collection.
.
C++ has two distinct kinds of polymorphism, virtual functions and
templates, each of which has its own advantages and disadvantages. The
Boost.TypeErasure library combines the superior abstraction capabilities
of templates, with the runtime flexibility of virtual functions.