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

Check whether the arc traits object (1) is implicit and has methods to insert and remove arcs; or (2) is explicit and has not been marked immutable. More...

#include <ArcProperties.h>

Public Types

using type = typename conjunction< negation< hasImmutableMark< ArcTraits > >, disjunction< conjunction< isImplicit, hasConnect< ArcTraits >, hasDisconnect< ArcTraits > >, isExplicit > >::type
 

Static Public Attributes

static constexpr bool value = type::value
 

Detailed Description

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

Check whether the arc traits object (1) is implicit and has methods to insert and remove arcs; or (2) is explicit and has not been marked immutable.


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