#include <io.hpp>
|
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 constexpr bool | value = type::value |
|
template<typename X>
struct sdsl::has_load< X >
Definition at line 65 of file io.hpp.
◆ check() [1/2]
template<typename X >
template<typename >
◆ check() [2/2]
template<typename X >
template<typename T >
static constexpr auto sdsl::has_load< X >::check |
( |
T * |
| ) |
-> typename std::is_same<decltype(std::declval<T>().load(std::declval<std::istream &>())), void>::type
|
|
inlinestaticconstexpr |
◆ type
◆ value
The documentation for this struct was generated from the following file:
- /builddir/build/BUILD/sdsl-lite-3.0.0/include/sdsl/io.hpp