libpsynth 0.2.1
Public Types
psynth::sound::range_type< T, L, IsPlanar, IsStepX, IsMutable > Struct Template Reference

Returns the type of a homogeneous range given the sample type, layout, whether it operates on planar data and whether it has a step horizontally. More...

#include <metafunctions.hpp>

List of all members.

Public Types

typedef type_from_iterator
< typename iterator_type< T, L,
IsPlanar, IsStepX, IsMutable >
::type >::range 
type

Detailed Description

template<typename T, typename L, bool IsPlanar = false, bool IsStepX = false, bool IsMutable = true>
struct psynth::sound::range_type< T, L, IsPlanar, IsStepX, IsMutable >

Returns the type of a homogeneous range given the sample type, layout, whether it operates on planar data and whether it has a step horizontally.


Member Typedef Documentation

template<typename T, typename L, bool IsPlanar = false, bool IsStepX = false, bool IsMutable = true>
typedef type_from_iterator< typename iterator_type< T,L,IsPlanar,IsStepX,IsMutable>::type>::range psynth::sound::range_type< T, L, IsPlanar, IsStepX, IsMutable >::type

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