μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Static Public Member Functions | List of all members
is_template_base_of_impl< Base > Struct Template Reference

#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/detail/common.h>

Static Public Member Functions

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

Detailed Description

template<template< typename... > class Base>
struct is_template_base_of_impl< Base >

Definition at line 872 of file common.h.

Member Function Documentation

◆ check() [1/4]

template<template< typename... > class Base>
static std::false_type is_template_base_of_impl< Base >::check (   ...)
static

◆ check() [2/4]

template<template< typename... > class Base>
static std::false_type is_template_base_of_impl< Base >::check (   ...)
static

◆ check() [3/4]

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

◆ check() [4/4]

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

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