VisionCpp  0.0.1
visioncpp::internal::tools::tuple::EnableIf< bool, T > Struct Template Reference

The EnableIf struct is used to statically define type based on the condition. More...

#include <tuple.hpp>

Collaboration diagram for visioncpp::internal::tools::tuple::EnableIf< bool, T >:

Detailed Description

template<bool, typename T = void>
struct visioncpp::internal::tools::tuple::EnableIf< bool, T >

The EnableIf struct is used to statically define type based on the condition.

Definition at line 36 of file tuple.hpp.


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