CIRCT  19.0.0git
Static Public Attributes | List of all members
circt::firrtl::ContainAliasableTypes< head, tail > Class Template Reference

A struct to check if there is a type derived from FIRRTLBaseType. More...

#include <FIRRTLTypes.h>

Collaboration diagram for circt::firrtl::ContainAliasableTypes< head, tail >:
Collaboration graph
[legend]

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename head, typename... tail>
class circt::firrtl::ContainAliasableTypes< head, tail >

A struct to check if there is a type derived from FIRRTLBaseType.

ContainAliasableTypes<BaseTy>::value returns true if BaseTy is derived from FIRRTLBaseType and not FIRRTLBaseType itself, or is not FIRRTL type to cover type interfaces.

Definition at line 433 of file FIRRTLTypes.h.

Member Data Documentation

◆ value

template<typename head , typename... tail>
constexpr bool circt::firrtl::ContainAliasableTypes< head, tail >::value
staticconstexpr
Initial value:
ContainAliasableTypes<tail...>::value

Definition at line 435 of file FIRRTLTypes.h.

Referenced by Python.support.OpOperand::type().


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