libNeon
|
#include <color.hpp>
Public Member Functions | |
maybe_update (keep_t) | |
maybe_update (T value_) | |
void | set (T &target) const |
template<class U > | |
void | add (U &target) const |
Public Attributes | |
const bool | update |
T | value |
neo::maybe_update< T >::maybe_update | ( | keep_t | ) |
neo::maybe_update< T >::maybe_update | ( | T | value_ | ) |
void neo::maybe_update< T >::set | ( | T & | target | ) | const |
const bool neo::maybe_update< T >::update |
T neo::maybe_update< T >::value |