BDE 4.14.0 Production release
|
#include <bdlb_variant.h>
Additional Inherited Members | |
Public Types inherited from bsl::integral_constant< bool, sizeof(Variant_ReturnValueHelper_Matcher::match< VISITOR >(0))==sizeof(Variant_ReturnValueHelper_YesType)> | |
typedef bool | value_type |
typedef integral_constant | type |
Public Member Functions inherited from bsl::integral_constant< bool, sizeof(Variant_ReturnValueHelper_Matcher::match< VISITOR >(0))==sizeof(Variant_ReturnValueHelper_YesType)> | |
integral_constant ()=default | |
integral_constant (const integral_constant &)=default | |
integral_constant | operator= (const integral_constant &)=default |
~integral_constant ()=default | |
BSLS_KEYWORD_CONSTEXPR | operator value_type () const BSLS_KEYWORD_NOEXCEPT |
Return t_VAL . | |
Static Public Attributes inherited from bsl::integral_constant< bool, sizeof(Variant_ReturnValueHelper_Matcher::match< VISITOR >(0))==sizeof(Variant_ReturnValueHelper_YesType)> | |
static const bool | value |
This struct is a component-private meta-function. Do not use. This meta-function checks whether the template parameter type VISITOR
has the member ResultType
defined using "SFINAE" (Substitution Failure Is Not An Error). A value
of true
indicates VISITOR::ResultType
exists, and false
otherwise.