1 #ifndef SIPLASPLAS_EXAMPLES_TYPEERASURE_CLASSES_HPP 2 #define SIPLASPLAS_EXAMPLES_TYPEERASURE_CLASSES_HPP 10 Foo(
const std::string str) :
14 void append(
const std::string& tail)
19 std::string str =
"hello";
34 std::string toString()
const 36 return std::to_string(i);
45 Quux(
const std::string& str,
int i) :
52 #include <reflection/examples/typeerasure/classes.hpp> 54 #endif // SIPLASPLAS_EXAMPLES_TYPEERASURE_CLASSES_HPP
Definition: foobar.hpp:19
Definition: classes.hpp:42