Electroneum
Public Member Functions | List of all members
mstch::is_node_empty Class Reference

#include <is_node_empty.hpp>

Inheritance diagram for mstch::is_node_empty:
Inheritance graph
[legend]
Collaboration diagram for mstch::is_node_empty:
Collaboration graph
[legend]

Public Member Functions

template<class T >
bool operator() (const T &) const
 
bool operator() (const std::nullptr_t &) const
 
bool operator() (const int &value) const
 
bool operator() (const double &value) const
 
bool operator() (const bool &value) const
 
bool operator() (const std::string &value) const
 
bool operator() (const array &array) const
 

Member Function Documentation

◆ operator()() [1/7]

template<class T >
bool mstch::is_node_empty::operator() ( const T ) const
inline

◆ operator()() [2/7]

bool mstch::is_node_empty::operator() ( const std::nullptr_t &  ) const
inline

◆ operator()() [3/7]

bool mstch::is_node_empty::operator() ( const int &  value) const
inline

◆ operator()() [4/7]

bool mstch::is_node_empty::operator() ( const double &  value) const
inline

◆ operator()() [5/7]

bool mstch::is_node_empty::operator() ( const bool value) const
inline

◆ operator()() [6/7]

bool mstch::is_node_empty::operator() ( const std::string &  value) const
inline

◆ operator()() [7/7]

bool mstch::is_node_empty::operator() ( const array array) const
inline

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