libstdc++
|
Go to the source code of this file.
Namespaces | |
namespace | std |
Macros | |
#define | __cpp_lib_experimental_boyer_moore_searching |
#define | __cpp_lib_experimental_not_fn |
#define | _GLIBCXX_EXPERIMENTAL_FUNCTIONAL |
Typedefs | |
template<typename _RAIter , typename _Hash , typename _Pred , typename _Val = typename iterator_traits<_RAIter>::value_type, typename _Diff = typename iterator_traits<_RAIter>::difference_type> | |
using | std::experimental::__boyer_moore_base_t = std::conditional_t< sizeof(_Val)==1 &&is_integral< _Val >::value &&__is_std_equal_to< _Pred >::value, __boyer_moore_array_base< _Diff, 256, _Pred >, __boyer_moore_map_base< _Val, _Diff, _Hash, _Pred > > |
Variables | |
template<typename _Tp > | |
constexpr bool | std::experimental::is_bind_expression_v |
template<typename _Tp > | |
constexpr int | std::experimental::is_placeholder_v |
This is a TS C++ Library header.
Definition in file experimental/functional.
#define __cpp_lib_experimental_boyer_moore_searching |
Definition at line 68 of file experimental/functional.
#define __cpp_lib_experimental_not_fn |
Definition at line 379 of file experimental/functional.
#define _GLIBCXX_EXPERIMENTAL_FUNCTIONAL |
Definition at line 30 of file experimental/functional.
using std::experimental::fundamentals_v1::__boyer_moore_base_t = typedef std::conditional_t<sizeof(_Val) == 1 && is_integral<_Val>::value && __is_std_equal_to<_Pred>::value, __boyer_moore_array_base<_Diff, 256, _Pred>, __boyer_moore_map_base<_Val, _Diff, _Hash, _Pred> > |
Definition at line 173 of file experimental/functional.
|
inline |
Generator function for boyer_moore_horspool_searcher.
Definition at line 311 of file experimental/functional.
|
inline |
Generator function for boyer_moore_searcher.
Definition at line 301 of file experimental/functional.
|
inline |
Generator function for default_searcher.
Definition at line 291 of file experimental/functional.
|
constexpr |
Variable template for std::is_bind_expression.
Definition at line 62 of file experimental/functional.
|
constexpr |
Variable template for std::is_placeholder.
Definition at line 66 of file experimental/functional.