1 #ifndef SIPLASPLAS_TEST_TYPEERASURE_MOCKS_INVOKE_HPP 2 #define SIPLASPLAS_TEST_TYPEERASURE_MOCKS_INVOKE_HPP 6 inline int addIntsByValue(
int a,
int b)
11 inline std::string addStringsByConstReference(
const std::string& a,
const std::string& b)
19 int addIntsByValue(
int a,
int b)
24 int addIntsByValueConst(
int a,
int b)
const 29 std::string addStringsByConstReference(
const std::string& a,
const std::string& b)
34 std::string addStringsByConstReferenceConst(
const std::string& a,
const std::string& b)
const 40 std::string str =
"hello";
43 #endif // SIPLASPLAS_TEST_TYPEERASURE_MOCKS_INVOKE_HPP Definition: astexamples.hpp:2