STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions
stapl::detail::try_commit_impl< Graph, bool > Struct Template Reference

Helper function to commit/uncommit a graph if it is CSR. More...

Static Public Member Functions

static void commit (Graph &g)
 
static void uncommit (Graph &g)
 

Detailed Description

template<typename Graph, bool = is_csr<Graph>::value>
struct stapl::detail::try_commit_impl< Graph, bool >

Helper function to commit/uncommit a graph if it is CSR.


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