#include <common.h>
|
| static std::false_type | check (...) |
| |
| template<typename... Us> |
| static std::true_type | check (Base< Us... > *) |
| |
template<template< typename... > class Base>
struct is_template_base_of_impl< Base >
Definition at line 933 of file wrap/pybind11/include/pybind11/detail/common.h.
◆ check() [1/2]
template<template< typename... > class Base>
◆ check() [2/2]
template<template< typename... > class Base>
template<typename... Us>
The documentation for this struct was generated from the following file: