|
vSMC
vSMC: Scalable Monte Carlo
|
#include <vsmc/internal/config.hpp>#include <vsmc/internal/defines.hpp>#include <vsmc/internal/forward.hpp>#include <vsmc/cxx11/type_traits.hpp>Go to the source code of this file.
Namespaces | |
| vsmc | |
| vsmc::traits | |
| vsmc::traits::internal | |
Macros | |
| #define | VSMC_DEFINE_METHOD_CHECKER(name, RT, Args) |
| #define | VSMC_DEFINE_TYPE_DISPATCH_TRAIT(Outer, Inner, Default) |
| #define | VSMC_DEFINE_TYPE_TEMPLATE_DISPATCH_TRAIT(Outer, Inner, Default) |
| #define VSMC_DEFINE_METHOD_CHECKER | ( | name, | |
| RT, | |||
| Args | |||
| ) |
Definition at line 118 of file traits.hpp.
| #define VSMC_DEFINE_TYPE_DISPATCH_TRAIT | ( | Outer, | |
| Inner, | |||
| Default | |||
| ) |
Definition at line 40 of file traits.hpp.
| #define VSMC_DEFINE_TYPE_TEMPLATE_DISPATCH_TRAIT | ( | Outer, | |
| Inner, | |||
| Default | |||
| ) |
Definition at line 79 of file traits.hpp.
1.8.9.1