#include <suffix_tree_helper.hpp>
|
typedef decltype(check< t_wt >(nullptr)) | type |
|
|
template<typename T > |
static constexpr auto | check (T *) -> typename std::is_same< decltype(std::declval< T >().id(std::declval< typename T::node_type & >())), typename T::size_type >::type |
|
template<typename > |
static constexpr std::false_type | check (...) |
|
|
static constexpr bool | value = type::value |
|
template<typename t_wt>
struct sdsl::has_id< t_wt >
Definition at line 390 of file suffix_tree_helper.hpp.
◆ type
◆ check() [1/2]
template<typename t_wt >
template<typename >
static constexpr std::false_type sdsl::has_id< t_wt >::check |
( |
| ... | ) |
|
|
inlinestaticconstexpr |
◆ check() [2/2]
template<typename t_wt >
template<typename T >
static constexpr auto sdsl::has_id< t_wt >::check |
( |
T * | | ) |
-> typename std::is_same<decltype(std::declval<T>().id(std::declval<typename T::node_type &>())),
typename T::size_type>::type
|
|
inlinestaticconstexpr |
◆ value
The documentation for this struct was generated from the following file: