#include <cstdint>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | has_block_header< T, class > |
struct | has_block_header< T, std::void_t< decltype(T::block_header)> > |
Functions | |
template<typename T > | |
bool | validValue (T s) |
Check if value is not set to Do-Not-Use. More... | |
bool validValue | ( | T | s | ) |
Check if value is not set to Do-Not-Use.
validValue
Definition at line 51 of file sbf_utilities.hpp.