libpsynth 0.2.1
Public Types | Public Member Functions | Public Attributes
psynth::sound::detail::copy_construct_in_place_fn< Bits > Struct Template Reference

#include <variant.hpp>

List of all members.

Public Types

typedef void result_type

Public Member Functions

 copy_construct_in_place_fn (Bits &dst)
template<typename T >
void operator() (const T &src) const

Public Attributes

Bits & _dst

template<typename Bits>
struct psynth::sound::detail::copy_construct_in_place_fn< Bits >


Member Typedef Documentation

template<typename Bits >
typedef void psynth::sound::detail::copy_construct_in_place_fn< Bits >::result_type

Constructor & Destructor Documentation

template<typename Bits >
psynth::sound::detail::copy_construct_in_place_fn< Bits >::copy_construct_in_place_fn ( Bits &  dst) [inline]

Member Function Documentation

template<typename Bits >
template<typename T >
void psynth::sound::detail::copy_construct_in_place_fn< Bits >::operator() ( const T &  src) const [inline]

Member Data Documentation

template<typename Bits >
Bits& psynth::sound::detail::copy_construct_in_place_fn< Bits >::_dst

The documentation for this struct was generated from the following file: