/
struct GeoStd Conditional

This is the documentation for Enlighten.

struct GeoStd Conditional

template<bool, typename T, typename F>
struct GeoStd::Conditional

Equivalent of std::conditional (c++11)

Default implementation - true in the general case (the type is T)

Typedefs

Name Description
T Type

The result.

Related content

struct GeoStd Conditional
struct GeoStd Conditional
More like this
struct GeoStd Conditional< false, T, F >
struct GeoStd Conditional< false, T, F >
More like this
struct GeoStd IsSame< T, T >
struct GeoStd IsSame< T, T >
More like this
struct GeoStd IsSame< T, T >
struct GeoStd IsSame< T, T >
More like this