Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
IsBaseAndDerived< B, D > Struct Template Reference

#include <JETSCAPE/blob/main/external_packages/fjcore.hh>

Classes

struct  Host
 

Static Public Attributes

static const bool value
 

Detailed Description

template<typename B, typename D>
struct IsBaseAndDerived< B, D >

Definition at line 217 of file fjcore.hh.

View newest version in sPHENIX GitHub at line 217 of file fjcore.hh

Member Data Documentation

template<typename B , typename D >
const bool IsBaseAndDerived< B, D >::value
static
Initial value:
= ((sizeof(B)!=0) &&
(sizeof(D)!=0) &&
(sizeof(__inheritance_helper<B,D>::check_sig(Host(), 0)) == sizeof(__yes_type)))

Definition at line 230 of file fjcore.hh.

View newest version in sPHENIX GitHub at line 230 of file fjcore.hh

Referenced by pump.Token::__str__(), and pump.Token::Clone().


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