VapourSynth-llvmexpr
Loading...
Searching...
No Matches
infix2postfix::detail::TuplePushFront< Tuple, T > Struct Template Reference

#include <llvmexpr/frontend/infix2postfix/StandardLibrary.hpp>

Public Types

using type

Detailed Description

template<typename Tuple, typename T>
struct infix2postfix::detail::TuplePushFront< Tuple, T >

Definition at line 53 of file StandardLibrary.hpp.

Member Typedef Documentation

◆ type

template<typename Tuple, typename T>
using infix2postfix::detail::TuplePushFront< Tuple, T >::type
Initial value:
decltype(std::tuple_cat(std::tuple<T>{}, std::declval<Tuple>()))

Definition at line 54 of file StandardLibrary.hpp.


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