3.6.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 () |
const fcppt::options::state & | state () const |
T & | value () |
const T & | 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 | ( | ) |
const fcppt::options::state& fcppt::options::state_with_value< T >::state | ( | ) | const |
T& fcppt::options::state_with_value< T >::value | ( | ) |
const T& fcppt::options::state_with_value< T >::value | ( | ) | const |