コンテンツにスキップ

yu::tuples::tuple_structured

namespace yu::tuples {
    template <typename T>
    concept tuple_structured = see_below;
}

概要

tuple_structuredは,yu::tuples::tupleのモデルとなる型を構文的に厳密に判定するコンセプトである.

モデル

ある型がtuple_structuredのモデルであることは,yu::tuples::tupleのモデルであることと論理的に同値である. yu::tuples::tupleを参照すること.