cohtml::CoherentToBoolean< std::variant< Args... > >

More…

#include <Variant.h>

Public Functions

Name
boolInvoke(const std::variant< Args… > & v, bool * boolean)

Detailed Description

template <typename... Args>
struct cohtml::CoherentToBoolean< std::variant< Args... > >;

Public Functions Documentation

function Invoke

static inline bool Invoke(
    const std::variant< Args... > & v,
    bool * boolean
)