Ardour  9.0-pre0-386-g96ef4d20f2
AudioGrapher::TypeUtilsBase Class Reference

Non-template base class for TypeUtils. More...

#include <type_utils.h>

Inheritance diagram for AudioGrapher::TypeUtilsBase:
[legend]

Static Protected Member Functions

template<typename T , bool b>
static void do_zero_fill (T *buffer, samplecnt_t samples, const std::bool_constant< b > &)
 
template<typename T >
static void do_zero_fill (T *buffer, samplecnt_t samples, const std::true_type &)
 

Detailed Description

Non-template base class for TypeUtils.

Definition at line 15 of file type_utils.h.

Member Function Documentation

◆ do_zero_fill() [1/2]

template<typename T , bool b>
static void AudioGrapher::TypeUtilsBase::do_zero_fill ( T *  buffer,
samplecnt_t  samples,
const std::bool_constant< b > &   
)
inlinestaticprotected

Definition at line 20 of file type_utils.h.

◆ do_zero_fill() [2/2]

template<typename T >
static void AudioGrapher::TypeUtilsBase::do_zero_fill ( T *  buffer,
samplecnt_t  samples,
const std::true_type &   
)
inlinestaticprotected

Definition at line 24 of file type_utils.h.


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