cohtml::CoherentToNumber< std::variant< Args... >, Number >
#include <Variant.h>
Public Functions
| Name | |
|---|---|
| bool | Invoke(const std::variant< Args… > & v, Number * number) |
Detailed Description
template <typename... Args,
typename Number >
struct cohtml::CoherentToNumber< std::variant< Args... >, Number >;
Public Functions Documentation
function Invoke
static inline bool Invoke(
const std::variant< Args... > & v,
Number * number
)