boost-type-erasure Questions
2
Solved
Has anyone ever combined the classic generic factory by Andrei Alexandrescu (page 208 of Chapter 8 in Modern C++ Design) with the 'multifunction' capabilities of Boost.TypeErasure? That is, the fle...
Etalon asked 16/2, 2018 at 4:0
1
Solved
I want to access a getter of type-erased types in a vector. The getter is marked const. Somehow, the const-ness does not propagate to the boost::any wrapper object. The minimal example
#include &l...
Saenz asked 23/9, 2015 at 15:24
1
© 2022 - 2024 — McMap. All rights reserved.