GaitGeneration by Graph Search
読み取り中…
検索中…
一致する文字列を見つけられません
designlab::impl::has_into_toml< T, typename > 構造体テンプレート

toml::into<T>()が存在するかどうかを判定するメタ関数. [詳解]

#include <implicit_metafunction_for_toml11.h>

designlab::impl::has_into_toml< T, typename > の継承関係図
Inheritance graph
[凡例]
designlab::impl::has_into_toml< T, typename > 連携図
Collaboration graph
[凡例]

詳解

template<typename T, typename = void>
struct designlab::impl::has_into_toml< T, typename >

toml::into<T>()が存在するかどうかを判定するメタ関数.

toml::into<T>()が存在する場合には,こちらが呼ばれる. false_typeを継承する.

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


この構造体詳解は次のファイルから抽出されました: