CatapultServer
v0.5.0.1 (Elephant)
|
Traits for customizing the behavior of find depending on element type. More...
Public Types | |
using | ConstResultType = const T * |
using | ResultType = const T * |
Static Public Member Functions | |
static constexpr ResultType | ToResult (const T &value) |
Traits for customizing the behavior of find depending on element type.
using catapult::deltaset::FindTraitsT< T, AllowsNativeValueModification >::ConstResultType = const T* |
using catapult::deltaset::FindTraitsT< T, AllowsNativeValueModification >::ResultType = const T* |
|
inlinestaticconstexpr |