MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / exec

Method exec

include/win/boost/lambda/construct.hpp:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98 template<class A1>
99 static void exec(A1& a1) {
100 // remove all the qualifiers, not sure whether it is necessary
101 typedef typename boost::remove_cv<A1>::type plainA1;
102 a1.~plainA1();
103 }
104};
105
106template <>

Callers 3

accept_loopMethod · 0.45
encrypted_accept_loopMethod · 0.45
connect_toMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected