MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / operator()

Method operator()

include/win/boost/lambda/algorithm.hpp:695–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693
694 template <class A>
695 void
696 operator()(A a, A b) const
697 { ::std::random_shuffle(a, b); }
698
699 template <class A, class C>
700 void

Callers

nothing calls this directly

Calls 1

random_shuffleClass · 0.70

Tested by

no test coverage detected