SNAP Library 6.0, User Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
TSnap::IsMultiGraph< TGraph > Struct Template Reference

Tests (at compile time) if the graph is a multigraph with multiple edges between the same nodes. More...

#include <gbase.h>

Public Types

enum  { Val = 0 }
 

Detailed Description

template<class TGraph>
struct TSnap::IsMultiGraph< TGraph >

Tests (at compile time) if the graph is a multigraph with multiple edges between the same nodes.

Definition at line 30 of file gbase.h.

Member Enumeration Documentation

template<class TGraph >
anonymous enum
Enumerator
Val 

Definition at line 30 of file gbase.h.

30 { enum { Val = 0 }; };

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