Audacity 3.2.0
Public Types | List of all members
TypeList::Bind1st< BinaryTemplate, First > Struct Template Reference

Given a binary template and a fixed argument, make a metafunction. More...

#include <TypeList.h>

Public Types

template<typename T >
using typemap = BinaryTemplate< First, T >
 

Detailed Description

template<template< typename, typename > class BinaryTemplate, typename First>
struct TypeList::Bind1st< BinaryTemplate, First >

Given a binary template and a fixed argument, make a metafunction.

Definition at line 222 of file TypeList.h.

Member Typedef Documentation

◆ typemap

template<template< typename, typename > class BinaryTemplate, typename First >
template<typename T >
using TypeList::Bind1st< BinaryTemplate, First >::typemap = BinaryTemplate<First, T>

Definition at line 223 of file TypeList.h.


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