MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / operator()

Method operator()

test/function_traits_test.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62struct CcI2SStrctNoexcept {
63 std::string operator()(const std::string& str, int x) noexcept
64 {
65 return CcI2SFreeNoexcept(str, x);
66 }
67 std::string nonCMemF(const std::string& str, int x) noexcept
68 {
69 return CcI2SFreeNoexcept(str, x);

Callers

nothing calls this directly

Calls 1

CcI2SFreeNoexceptFunction · 0.85

Tested by

no test coverage detected