CatapultServer  v0.5.0.1 (Elephant)
catapult::deltaset::FindTraitsT< T, AllowsNativeValueModification > Struct Template Reference

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)
 

Detailed Description

template<typename T, bool AllowsNativeValueModification>
struct catapult::deltaset::FindTraitsT< T, AllowsNativeValueModification >

Traits for customizing the behavior of find depending on element type.

Member Typedef Documentation

◆ ConstResultType

template<typename T , bool AllowsNativeValueModification>
using catapult::deltaset::FindTraitsT< T, AllowsNativeValueModification >::ConstResultType = const T*

◆ ResultType

template<typename T , bool AllowsNativeValueModification>
using catapult::deltaset::FindTraitsT< T, AllowsNativeValueModification >::ResultType = const T*

Member Function Documentation

◆ ToResult()

template<typename T , bool AllowsNativeValueModification>
static constexpr ResultType catapult::deltaset::FindTraitsT< T, AllowsNativeValueModification >::ToResult ( const T &  value)
inlinestaticconstexpr

The documentation for this struct was generated from the following file: