Template Struct field_data¶
Defined in File forms.h
Inheritance Relationships¶
Base Type¶
public udho::forms::detail::field_common(Struct field_common)
Derived Type¶
public udho::forms::detail::basic_field< ValueT, DerivedT >(Template Struct basic_field)
Struct Documentation¶
-
template<typename
ValueT>
structudho::forms::detail::field_data: public udho::forms::detail::field_common¶ Subclassed by udho::forms::detail::basic_field< ValueT, DerivedT >
Public Functions
-
const value_type &
value() const¶
-
const value_type &
operator*() const¶
-
template<typename ...
ArgsT>
voidvalue(const value_type &v, const ArgsT&... args)¶
-
field_common &
common()¶
-
const field_common &
common() const¶
-
const value_type &