4.4.0
|
|
Freundlich's C++ toolkit |
A parse state together with a value.
Public Member Functions | |
state_with_value (fcppt::options::state &&, T &&) | |
fcppt::options::state & | state () |
fcppt::options::state const & | state () const |
T & | value () |
T const & | value () const |
fcppt::options::state_with_value< T >::state_with_value | ( | fcppt::options::state && | , |
T && | |||
) |
fcppt::options::state & fcppt::options::state_with_value< T >::state | ( | ) |
fcppt::options::state const & fcppt::options::state_with_value< T >::state | ( | ) | const |
T & fcppt::options::state_with_value< T >::value | ( | ) |
T const & fcppt::options::state_with_value< T >::value | ( | ) | const |