vSMC
vSMC: Scalable Monte Carlo
|
#include <vsmc/internal/common.hpp>
Go to the source code of this file.
Classes | |
class | vsmc::BlockedRange< T > |
Blocked range. More... | |
Namespaces | |
vsmc | |
Macros | |
#define | VSMC_RUNTIME_ASSERT_THREAD_BLOCKED_RANGE(begin, end, func) VSMC_RUNTIME_ASSERT((begin < end), ("**"#func"** INVALID RANGE")) |
#define VSMC_RUNTIME_ASSERT_THREAD_BLOCKED_RANGE | ( | begin, | |
end, | |||
func | |||
) | VSMC_RUNTIME_ASSERT((begin < end), ("**"#func"** INVALID RANGE")) |
Definition at line 37 of file blocked_range.hpp.