- Note
- This Source File belongs to 7GUIs Cells Example. Please follow the link for example explanation.
#pragma once
#include "Spreadsheet.h"
#include <AUI/Common/AMap.h>
namespace functions {
struct Ctx {
const Spreadsheet& spreadsheet;
};
using Invocable = std::function<formula::Value(Ctx ctx)>;
}
A std::map with AUI extensions.
Definition AMap.h:218
A std::vector with AUI extensions.
Definition AVector.h:39