SDSL 3.0.3
Succinct Data Structure Library
|
#include <wt_algorithm.hpp>
Public Types | |
typedef decltype(check< t_wt >(nullptr)) | type |
Static Public Member Functions | |
template<typename T > | |
static constexpr auto | check (T *) -> typename std::is_same< decltype(std::declval< T >().expand(std::declval< t_args >()...)), t_ret >::type |
template<typename > | |
static constexpr std::false_type | check (...) |
Static Public Attributes | |
static constexpr bool | value = type::value |
Definition at line 321 of file wt_algorithm.hpp.
decltype(check<t_wt>(nullptr)) sdsl::has_expand< t_wt, t_ret(t_args...)>::type |
Definition at line 334 of file wt_algorithm.hpp.
|
inlinestaticconstexpr |
Definition at line 330 of file wt_algorithm.hpp.
|
inlinestaticconstexpr |
Definition at line 324 of file wt_algorithm.hpp.
|
staticconstexpr |
Definition at line 335 of file wt_algorithm.hpp.