OpenClonk
C4ValueConv< bool > Struct Reference

#include <C4AulDefFunc.h>

Static Public Member Functions

static bool _FromC4V (C4Value &v)
 

Static Public Attributes

static constexpr C4V_Type Type = C4V_Bool
 

Detailed Description

Definition at line 156 of file C4AulDefFunc.h.

Member Function Documentation

◆ _FromC4V()

static bool C4ValueConv< bool >::_FromC4V ( C4Value v)
inlinestatic

Definition at line 159 of file C4AulDefFunc.h.

159 { return v._getBool(); }
bool _getBool() const
Definition: C4Value.h:123

References C4Value::_getBool().

Here is the call graph for this function:

Member Data Documentation

◆ Type

constexpr C4V_Type C4ValueConv< bool >::Type = C4V_Bool
staticconstexpr

Definition at line 158 of file C4AulDefFunc.h.


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