|
CatapultServer
v0.5.0.1 (Elephant)
|


Go to the source code of this file.
Namespaces | |
| catapult | |
| catapult::state | |
Functions | |
| template<typename T > | |
| auto | catapult::state::ToVector (T value) |
| Converts value to a vector. More... | |
| template<size_t N> | |
| auto | catapult::state::ToVector (const std::array< uint8_t, N > &value) |
| Converts an array (value) to a vector. More... | |