VapourSynth-llvmexpr
Loading...
Searching...
No Matches
StandardLibrary.hpp File Reference
#include "stdlib/Algorithms.hpp"
#include "stdlib/LibraryBase.hpp"
#include "stdlib/Meta.hpp"
#include "stdlib/Std.hpp"
#include <optional>
#include <string_view>
#include <type_traits>
#include <vector>
Include dependency graph for StandardLibrary.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  infix2postfix::detail::tuple_contains< T, std::tuple< Us... > >
struct  infix2postfix::detail::TuplePushFront< Tuple, T >
struct  infix2postfix::detail::AppendIfAbsent< Lib, Resolved >
struct  infix2postfix::detail::resolve_deps< std::tuple< Dep, Deps... >, RecStack, Resolved >
struct  infix2postfix::detail::resolve_deps< std::tuple<>, RecStack, Resolved >
struct  infix2postfix::detail::ResolveOne< Lib, RecStack, Resolved >
class  infix2postfix::StandardLibraryManager
struct  infix2postfix::ExportedFunction

Namespaces

namespace  infix2postfix
namespace  infix2postfix::detail

Typedefs

using infix2postfix::AllStandardLibraries
template<IsLibrary Lib>
using infix2postfix::ResolveLibraryDependencies

Variables

template<typename T, typename Tuple>
constexpr bool infix2postfix::detail::TUPLE_CONTAINS_V = tuple_contains<T, Tuple>::value