cppyabm  1.0.17
An agent-based library to integrate C++ and Python
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 is_template_base_of_impl< Base >

Definition at line 652 of file common.h.

Member Function Documentation

◆ check() [1/2]

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

◆ check() [2/2]

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 file: