Inflection
Morphology Inflection
Loading...
Searching...
No Matches
fwd.hpp
1/*
2 * Copyright 2025 Unicode Incorporated and others. All rights reserved.
3 */
4// Forward declarations for inflection.message2
5#pragma once
6
7#include <inflection/api.h>
8// INFLECTION_CLASS_API
9
10namespace inflection
11{
13 namespace message2
14 {
16 class MF2Factory;
18 } // message2
19} // inflection
The MF2Factory provide factory method to create custom formatter and selector factory to work with ic...
The C++ namespace for Inflection.
Definition fwd.hpp:11