exprtk::details::cleanup_branches Struct Reference
#include <exprtk.hpp>
List of all members.
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) |
Member Function Documentation
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 |
) |
[inline, static] |
template<typename T , std::size_t N>
static void exprtk::details::cleanup_branches::execute |
( |
std::pair< expression_node< T > *, bool >(&) |
branch[N] |
) |
[inline, static] |
The documentation for this struct was generated from the following file: