|
GaitGeneration by Graph Search
|
#include <concepts>#include <filesystem>#include <fstream>#include <memory>#include <optional>#include <string>#include <utility>#include "cmdio_util.h"#include "implicit_metafunction_for_toml11.h"#include "interface_toml_data_validator.h"#include "my_expected.h"#include "toml_data_validator_always_true.h"#include "toml_file_exporter.h"クラス | |
| class | designlab::TomlFileImporter< T > |
| tomlファイルを読み込んで構造体に変換するテンプレートクラス. [詳解] | |
名前空間 | |
| namespace | designlab |
Concepts | |
| concept | designlab::HasFromToml |
| FromTomlを持つか判定するコンセプト. toml::from<T>::from_toml()が定義されているかどうかを判定する. また,デフォルトコンストラクタが実装されているかどうかも判定する. | |