add explanation

This commit is contained in:
conrad
2025-08-09 23:28:59 +10:00
parent 16b0912a6f
commit 26dcdbbf0a
+6 -6
View File
@@ -401,13 +401,13 @@ class Cube : public BaseCube< eT, Cube<eT> >
arma_cold inline bool load(const hdf5_name& spec, const file_type type = hdf5_binary);
arma_cold inline bool load( std::istream& is, const file_type type = auto_detect);
[[deprecated]] inline bool quiet_save(const std::string name, const file_type type = arma_binary) const;
[[deprecated]] inline bool quiet_save(const hdf5_name& spec, const file_type type = hdf5_binary) const;
[[deprecated]] inline bool quiet_save( std::ostream& os, const file_type type = arma_binary) const;
[[deprecated("use save() instead")]] inline bool quiet_save(const std::string name, const file_type type = arma_binary) const;
[[deprecated("use save() instead")]] inline bool quiet_save(const hdf5_name& spec, const file_type type = hdf5_binary) const;
[[deprecated("use save() instead")]] inline bool quiet_save( std::ostream& os, const file_type type = arma_binary) const;
[[deprecated]] inline bool quiet_load(const std::string name, const file_type type = auto_detect);
[[deprecated]] inline bool quiet_load(const hdf5_name& spec, const file_type type = hdf5_binary);
[[deprecated]] inline bool quiet_load( std::istream& is, const file_type type = auto_detect);
[[deprecated("use load() instead")]] inline bool quiet_load(const std::string name, const file_type type = auto_detect);
[[deprecated("use load() instead")]] inline bool quiet_load(const hdf5_name& spec, const file_type type = hdf5_binary);
[[deprecated("use load() instead")]] inline bool quiet_load( std::istream& is, const file_type type = auto_detect);
// iterators