@name Data access and query */ @{
| 111 | /** @name Data access and query */ |
| 112 | ///@{ |
| 113 | auto weights_names() const noexcept -> std::set<std::string> const& |
| 114 | { |
| 115 | return weights_names_; |
| 116 | } |
| 117 | bool has_weights_names() const noexcept { return !weights_names_.empty(); } |
| 118 | ///@} |
| 119 | private: |
no outgoing calls
no test coverage detected