Template Struct field_data

Inheritance Relationships

Base Type

Derived Type

Struct Documentation

template<typename ValueT>
struct udho::forms::detail::field_data : public udho::forms::detail::field_common

Subclassed by udho::forms::detail::basic_field< ValueT, DerivedT >

Public Types

typedef ValueT value_type
typedef field_data<ValueT> self_type

Public Functions

const value_type &value() const
const value_type &operator*() const
template<typename ...ArgsT>
void value(const value_type &v, const ArgsT&... args)
field_common &common()
const field_common &common() const