#include <wt_algorithm.hpp>
|
typedef decltype(check< t_wt >(nullptr)) | type |
|
|
template<typename T> |
static constexpr auto | check (T *) -> typename std::is_same< decltype(std::declval< T >().symbol_gte(std::declval< typename T::value_type >())), std::pair< bool, typename T::value_type > >::type |
|
template<typename> |
static constexpr std::false_type | check (...) |
|
|
static constexpr bool | value = type::value |
|
template<typename t_wt>
struct sdsl::has_symbols_wt< t_wt >
Definition at line 518 of file wt_algorithm.hpp.
◆ type
◆ check() [1/2]
template<typename t_wt>
template<typename>
◆ check() [2/2]
template<typename t_wt>
template<typename T>
static constexpr auto sdsl::has_symbols_wt< t_wt >::check |
( |
T * | | ) |
-> typename std::is_same<decltype(std::declval<T>().symbol_gte(std::declval<typename T::value_type>())),
std::pair<bool, typename T::value_type>>::type
|
|
inlinestaticconstexpr |
◆ value
The documentation for this struct was generated from the following file:
- /builddir/build/BUILD/sdsl-lite-3.0.3-build/sdsl-lite-3.0.3/include/sdsl/wt_algorithm.hpp