souffle  2.0.2-371-g6315b36
Public Types
souffle::detail::strategy_selection< S > Struct Template Reference

A template-meta class to select search strategies for b-trees depending on the key type. More...

#include <BTree.h>

Collaboration diagram for souffle::detail::strategy_selection< S >:
Collaboration graph

Public Types

using type = S
 

Detailed Description

template<typename S>
struct souffle::detail::strategy_selection< S >

A template-meta class to select search strategies for b-trees depending on the key type.

Definition at line 226 of file BTree.h.

Member Typedef Documentation

◆ type

template<typename S >
using souffle::detail::strategy_selection< S >::type = S

Definition at line 227 of file BTree.h.


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