VapourSynth-llvmexpr
Loading...
Searching...
No Matches
infix2postfix::detail::AppendIfAbsent< Lib, Resolved > Struct Template Reference

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

Public Types

using type

Detailed Description

template<typename Lib, typename Resolved>
struct infix2postfix::detail::AppendIfAbsent< Lib, Resolved >

Definition at line 58 of file StandardLibrary.hpp.

Member Typedef Documentation

◆ type

template<typename Lib, typename Resolved>
using infix2postfix::detail::AppendIfAbsent< Lib, Resolved >::type
Initial value:
std::conditional_t<TUPLE_CONTAINS_V<Lib, Resolved>, Resolved,
decltype(std::tuple_cat(std::declval<Resolved>(),
std::tuple<Lib>{}))>

Definition at line 59 of file StandardLibrary.hpp.


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