Audacity 3.2.0
Public Types | List of all members
TypeList::Bind2nd< BinaryTemplate, Second > 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< T, Second >
 

Detailed Description

template<template< typename, typename > class BinaryTemplate, typename Second>
struct TypeList::Bind2nd< BinaryTemplate, Second >

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

Definition at line 228 of file TypeList.h.

Member Typedef Documentation

◆ typemap

template<template< typename, typename > class BinaryTemplate, typename Second >
template<typename T >
using TypeList::Bind2nd< BinaryTemplate, Second >::typemap = BinaryTemplate<T, Second>

Definition at line 229 of file TypeList.h.


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