MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / cnstMemF

Method cnstMemF

test/function_traits_test.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 return CcI2SFreeNoexcept(str, x);
70 }
71 std::string cnstMemF(const std::string& str, int x) const noexcept
72 {
73 return CcI2SFreeNoexcept(str, x);
74 }
75 static std::string sttcMemF(const std::string& str, int x) noexcept
76 {
77 return CcI2SFreeNoexcept(str, x);

Callers

nothing calls this directly

Calls 1

CcI2SFreeNoexceptFunction · 0.85

Tested by

no test coverage detected