Quick Links:

bal | bbl | bdl | bsl

Public Types

bslstl::DefaultSearcher_CanOptimize< FORWARD_ITR_NEEDLE, EQUAL, FORWARD_ITR_HAYSTACK > Struct Template Reference

#include <bslstl_defaultsearcher.h>

List of all members.

Public Types

enum  { value }

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 Component bslstl_defaultsearcher


Member Enumeration Documentation

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: