| 962 | } // namespace |
| 963 | |
| 964 | std::vector<int> Options::getShape() const { |
| 965 | if (is_loaded()) { |
| 966 | return bout::utils::visit(GetDimensions{}, value); |
| 967 | } |
| 968 | return lazy_shape; |
| 969 | } |
| 970 | |
| 971 | fmt::format_parse_context::iterator |
| 972 | bout::details::OptionsFormatterBase::parse(fmt::format_parse_context& ctx) { |
no outgoing calls
no test coverage detected