BDE 4.14.0 Production release
Loading...
Searching...
No Matches
s_baltst::GenerateTestNullableValue Class Reference

#include <s_baltst_generatetestnullablevalue.h>

Public Types

typedef TestNullableValueUtil Util
 

Public Member Functions

 GenerateTestNullableValue ()
 
template<class VALUE_TYPE >
bdlb::NullableValue< VALUE_TYPE > operator() (const TestPlaceHolder< VALUE_TYPE > &) const
 
template<class VALUE_TYPE >
bdlb::NullableValue< VALUE_TYPE > operator() (const VALUE_TYPE &value) const
 

Detailed Description

This in-core value-semantic class provides a function object whose function call operator can be used to generate objects of bdlb::NullableValue specializations.

See s_baltst_generatetestnullablevalue

Member Typedef Documentation

◆ Util

Constructor & Destructor Documentation

◆ GenerateTestNullableValue()

s_baltst::GenerateTestNullableValue::GenerateTestNullableValue ( )
inline

Member Function Documentation

◆ operator()() [1/2]

template<class VALUE_TYPE >
bdlb::NullableValue< VALUE_TYPE > s_baltst::GenerateTestNullableValue::operator() ( const TestPlaceHolder< VALUE_TYPE > &  ) const

◆ operator()() [2/2]

template<class VALUE_TYPE >
bdlb::NullableValue< VALUE_TYPE > s_baltst::GenerateTestNullableValue::operator() ( const VALUE_TYPE &  value) const

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