chromium/third_party/blink/renderer/platform/wtf/text/number_parsing_options.h

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_WTF_TEXT_NUMBER_PARSING_OPTIONS_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_WTF_TEXT_NUMBER_PARSING_OPTIONS_H_

#include <ostream>

#include "base/check_op.h"

#include "third_party/blink/renderer/platform/wtf/allocator/allocator.h"

namespace WTF {

// Copyable and immutable object representing number parsing flags.
class NumberParsingOptions final {};

}  // namespace WTF

#endif  // THIRD_PARTY_BLINK_RENDERER_PLATFORM_WTF_TEXT_NUMBER_PARSING_OPTIONS_H_