mlpack
Static Public Attributes | List of all members
cereal::is_cereal_archive_saving< Archive > Struct Template Reference

Static Public Attributes

static constexpr bool value
 

Member Data Documentation

◆ value

template<typename Archive >
constexpr bool cereal::is_cereal_archive_saving< Archive >::value
static
Initial value:
= std::is_same<Archive,
cereal::BinaryOutputArchive>::value ||
std::is_same<Archive, cereal::JSONOutputArchive>::value ||
std::is_same<Archive, cereal::XMLOutputArchive>::value

The documentation for this struct was generated from the following file: