libpsynth 0.2.1
Public Member Functions
psynth::sound::detail::sample_converter_unsigned_impl< SrcSampleV, DstSampleV, SrcIsIntegral, DstIsIntegral > Struct Template Reference

sample_converter_unsigned_impl More...

#include <sample_algorithm.hpp>

Inheritance diagram for psynth::sound::detail::sample_converter_unsigned_impl< SrcSampleV, DstSampleV, SrcIsIntegral, DstIsIntegral >:
Inheritance graph
[legend]
Collaboration diagram for psynth::sound::detail::sample_converter_unsigned_impl< SrcSampleV, DstSampleV, SrcIsIntegral, DstIsIntegral >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

DstSampleV operator() (SrcSampleV src) const

Detailed Description

template<typename SrcSampleV, typename DstSampleV, bool SrcIsIntegral, bool DstIsIntegral>
struct psynth::sound::detail::sample_converter_unsigned_impl< SrcSampleV, DstSampleV, SrcIsIntegral, DstIsIntegral >

sample_converter_unsigned_impl

This is the default implementation. Performance specializatons are provided


Member Function Documentation

template<typename SrcSampleV, typename DstSampleV, bool SrcIsIntegral, bool DstIsIntegral>
DstSampleV psynth::sound::detail::sample_converter_unsigned_impl< SrcSampleV, DstSampleV, SrcIsIntegral, DstIsIntegral >::operator() ( SrcSampleV  src) const [inline]

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