SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
Public Types | Static Public Attributes | List of all members
smtk::graph::ArcProperties< ArcTraits >::isImplicit Class Reference

True when an arc class provides implementations of required methods; false otherwise. More...

#include <ArcProperties.h>

Public Types

using type = typename conjunction< hasOutVisitor< ArcTraits >, disjunction< isOnlyForwardIndexed, hasInVisitor< ArcTraits > >>::type
 

Static Public Attributes

static constexpr bool value = type::value
 

Detailed Description

template<typename ArcTraits>
class smtk::graph::ArcProperties< ArcTraits >::isImplicit

True when an arc class provides implementations of required methods; false otherwise.


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