SDSL 3.0.1
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 307 of file wt_algorithm.hpp.
typedef decltype(check<t_wt>(nullptr)) sdsl::has_expand< t_wt, t_ret(t_args...)>::type |
Definition at line 320 of file wt_algorithm.hpp.
|
inlinestaticconstexpr |
Definition at line 316 of file wt_algorithm.hpp.
|
inlinestaticconstexpr |
Definition at line 311 of file wt_algorithm.hpp.
|
staticconstexpr |
Definition at line 321 of file wt_algorithm.hpp.