Search Results for

    Show / Hide Table of Contents

    Struct formatter<StringAnsiView, char>

    Namespace: fmt
    Assembly: FlaxEngine.dll
    File: Engine/Core/Types/StringView.h
    Syntax
    public struct formatter<StringAnsiView, char>

    Methods

    format(const StringAnsiView& v, FormatContext& ctx) -> decltype(ctx.out())

    Declaration
    public auto format(const StringAnsiView& v, FormatContext& ctx) -> decltype(ctx.out())
    Parameters
    StringAnsiView v

    FormatContext ctx

    Returns
    auto

    Type Parameters
    typename FormatContext

    parse(ParseContext& ctx)

    Declaration
    public auto parse(ParseContext& ctx)
    Parameters
    ParseContext ctx

    Returns
    auto

    Type Parameters
    typename ParseContext

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat