vSMC
vSMC: Scalable Monte Carlo
Classes | Namespaces | Macros
blocked_range.hpp File Reference
#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"))
 

Macro Definition Documentation

#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.