Variable ripple::is_loader_v¶
Defined in File padding_loader.hpp
Variable Documentation¶
-
template<typename
T>
constexpr boolripple::is_loader_v= std::is_base_of_v<PaddingLoader<std::decay_t<T>>, std::decay_t<T>>¶ Determines if a type implements the loader interface.
- Parameters
T: The type to check if is a boundary loader.