SDSL 3.0.2
Succinct Data Structure Library
|
#include <io.hpp>
Public Types | |
typedef decltype(check< X >(nullptr)) | type |
Static Public Member Functions | |
template<typename T > | |
static constexpr auto | check (T *) -> typename std::is_same< decltype(std::declval< T >().load(std::declval< std::istream & >())), void >::type |
template<typename > | |
static constexpr std::false_type | check (...) |
Static Public Attributes | |
static constexpr bool | value = type::value |
typedef decltype(check<X>(nullptr)) sdsl::has_load< X >::type |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
staticconstexpr |