Scarab  2.8.1
Project 8 C++ Utility Library
Static Public Member Functions | List of all members
is_template_base_of_impl< Base > Struct Template Reference

#include <common.h>

Static Public Member Functions

template<typename... Us>
static std::true_type check (Base< Us... > *)
 
static std::false_type check (...)
 

Detailed Description

template<template< typename... > class Base>
struct pybind11::detail::is_template_base_of_impl< Base >

Definition at line 588 of file detail/common.h.

Member Function Documentation

◆ check() [1/2]

static std::true_type check ( Base< Us... > *  )
static

◆ check() [2/2]

static std::false_type check (   ...)
static

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