BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bslstl::DefaultSearcher_CanOptimize< FORWARD_ITR_NEEDLE, EQUAL, FORWARD_ITR_HAYSTACK > Struct Template Reference

#include <bslstl_defaultsearcher.h>

Detailed Description

template<class FORWARD_ITR_NEEDLE, class EQUAL, class FORWARD_ITR_HAYSTACK>
struct bslstl::DefaultSearcher_CanOptimize< FORWARD_ITR_NEEDLE, EQUAL, FORWARD_ITR_HAYSTACK >

This component-private meta-function struct provides a member enumerator value that is true if all of the specified FORWARD_ITR_NEEDLE, EQUAL, and FORWARD_ITR_HAYSTACK meet the criteria for an optimization of the default searcher, and has the value false otherwise.

See bslstl_defaultsearcher

Public Types

enum  { value }
 

Member Enumeration Documentation

◆ anonymous enum

template<class FORWARD_ITR_NEEDLE , class EQUAL , class FORWARD_ITR_HAYSTACK >
anonymous enum
Enumerator
value 

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