#ifndef seafire__representation__select_hxx_ #define seafire__representation__select_hxx_ #include #include #include #include #include namespace seafire::representation { template representation_t select(R const&, std::optional const&); } // namespace seafire::representation #include #endif