PulseView  unreleased development snapshot
A Qt-based sigrok GUI
exprtk::details::cleanup_branches Struct Reference

#include <exprtk.hpp>

Collaboration diagram for exprtk::details::cleanup_branches:

Static Public Member Functions

template<typename T , std::size_t N>
static void execute (std::pair< expression_node< T > *, bool >(&branch)[N])
 
template<typename T , typename Allocator , template< typename, typename > class Sequence>
static void execute (Sequence< std::pair< expression_node< T > *, bool >, Allocator > &branch)
 

Detailed Description

Definition at line 5867 of file exprtk.hpp.

Member Function Documentation

template<typename T , std::size_t N>
static void exprtk::details::cleanup_branches::execute ( std::pair< expression_node< T > *, bool >(&)  branch[N])
inlinestatic

Definition at line 5870 of file exprtk.hpp.

Here is the call graph for this function:

Here is the caller graph for this function:

template<typename T , typename Allocator , template< typename, typename > class Sequence>
static void exprtk::details::cleanup_branches::execute ( Sequence< std::pair< expression_node< T > *, bool >, Allocator > &  branch)
inlinestatic

Definition at line 5884 of file exprtk.hpp.

Here is the call graph for this function:


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