VisionCpp  0.0.1
Static Public Attributes | List of all members
visioncpp::internal::tools::IfNode< T > Struct Template Reference

This struct is used to determine whether or not an expression node is a leafNode template parameters. More...

#include <static_if.hpp>

Collaboration diagram for visioncpp::internal::tools::IfNode< T >:

Static Public Attributes

static constexpr bool Is_LeafNode = false
 

Detailed Description

template<typename T>
struct visioncpp::internal::tools::IfNode< T >

This struct is used to determine whether or not an expression node is a leafNode template parameters.

Template Parameters
Tis the type of the expression tree

Definition at line 36 of file static_if.hpp.

Member Data Documentation

◆ Is_LeafNode

template<typename T >
constexpr bool visioncpp::internal::tools::IfNode< T >::Is_LeafNode = false
staticconstexpr

Definition at line 37 of file static_if.hpp.


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