Typedef EvSpikeSim::concurrency_t

Typedef Documentation

using EvSpikeSim::concurrency_t = std::invoke_result_t<decltype(std::thread::hardware_concurrency)>

A convenient shorthand for the type of std::thread::hardware_concurrency(). Should evaluate to unsigned int.