vSMC
vSMC: Scalable Monte Carlo
Public Types | Public Member Functions | List of all members
vsmc::StateSTD< BaseState > Class Template Reference

Particle::value_type subtype using C++11 concurrency. More...

#include <vsmc/smp/backend_std.hpp>

Public Types

typedef traits::SizeTypeTrait< BaseState >::type size_type
 

Public Member Functions

 StateSTD (size_type N)
 
template<typename IntType >
void copy (size_type N, const IntType *copy_from)
 

Detailed Description

template<typename BaseState>
class vsmc::StateSTD< BaseState >

Particle::value_type subtype using C++11 concurrency.

Definition at line 46 of file backend_std.hpp.

Member Typedef Documentation

template<typename BaseState >
typedef traits::SizeTypeTrait<BaseState>::type vsmc::StateSTD< BaseState >::size_type

Definition at line 50 of file backend_std.hpp.

Constructor & Destructor Documentation

template<typename BaseState >
vsmc::StateSTD< BaseState >::StateSTD ( size_type  N)
inlineexplicit

Definition at line 52 of file backend_std.hpp.

Member Function Documentation

template<typename BaseState >
template<typename IntType >
void vsmc::StateSTD< BaseState >::copy ( size_type  N,
const IntType *  copy_from 
)
inline

Definition at line 55 of file backend_std.hpp.