LLVM 22.0.0git
llvm::detail::detector< std::void_t< Op< Args... > >, Op, Args... > Struct Template Reference

#include "llvm/ADT/STLForwardCompat.h"

Inheritance diagram for llvm::detail::detector< std::void_t< Op< Args... > >, Op, Args... >:
[legend]

Public Types

using value_t = std::true_type

Detailed Description

template<template< class... > class Op, class... Args>
struct llvm::detail::detector< std::void_t< Op< Args... > >, Op, Args... >

Definition at line 106 of file STLForwardCompat.h.

Member Typedef Documentation

◆ value_t

template<template< class... > class Op, class... Args>
using llvm::detail::detector< std::void_t< Op< Args... > >, Op, Args... >::value_t = std::true_type

Definition at line 107 of file STLForwardCompat.h.


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