#include <Domain.h>
Definition at line 25 of file Domain.h.
◆ Domain() [1/3]
◆ Domain() [2/3]
nest::Domain::Domain |
( |
const DomainID & |
id | ) |
|
|
inline |
Definition at line 31 of file Domain.h.
31 : _id{id}
32 {
33
34 }
◆ Domain() [3/3]
nest::Domain::Domain |
( |
const Domain & |
| ) |
|
|
default |
◆ id()
const DomainID & nest::Domain::id |
( |
void |
| ) |
const |
|
inline |
◆ operator()()
template<typename... Args>
Closure nest::Domain::operator() |
( |
Args &&... |
indices | ) |
|
|
inline |
Definition at line 40 of file Domain.h.
41 {
42 return Closure{_id, std::forward<Args>(indices)...};
43 }
The documentation for this class was generated from the following file:
- compiler/nest/core/include/nest/Domain.h