SDSL
3.0.0
Succinct Data Structure Library
|
#include <io.hpp>
Static Public Member Functions | |
template<typename T > | |
static constexpr auto | check (T *) -> typename std::is_same< decltype(std::declval< T >().serialize(std::declval< std::ostream & >(), std::declval< structure_tree_node * >(), std::declval< std::string >())), typename T::size_type >::type |
template<typename > | |
static constexpr std::false_type | check (...) |
Public Attributes | |
decltype(check< X >(nullptr)) typedef | type |
Static Public Attributes | |
static constexpr bool | value = type::value |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
decltype(check<X>(nullptr)) typedef sdsl::has_serialize< X >::type |
|
staticconstexpr |