GaitGeneration by Graph Search
読み取り中…
検索中…
一致する文字列を見つけられません
designlab::HasIntoToml Concept Reference

into<T>を持つか判定するコンセプト. [詳解]

#include <toml_file_exporter.h>

Concept definition

template<typename T>
concept designlab::HasIntoToml = impl::has_into_toml<T>::value && std::is_default_constructible_v<T>
into<T>を持つか判定するコンセプト.

詳解

into<T>を持つか判定するコンセプト.

toml_file_exporter.h28 行目に定義があります。