Definition at line 5660 of file exprtk.hpp.
#include <mrpt/otherlibs/exprtk.hpp>
|
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) |
|
◆ execute() [1/2]
template<typename T , std::size_t N>
static void exprtk::details::cleanup_branches::execute |
( |
std::pair< expression_node< T > *, bool >(&) |
branch[N] | ) |
|
|
inlinestatic |
◆ execute() [2/2]
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 |