Files
libart-seafire-representation/art/seafire/representation/select.hxx
The Artist f1aaa1f608
All checks were successful
on-push / build-and-test (push) Successful in 58s
Hello libart-seafire-representation
2025-10-18 00:46:15 +02:00

24 lines
587 B
C++

#ifndef art__seafire__representation__select_hxx_
#define art__seafire__representation__select_hxx_
#include <art/seafire/protocol/media-type.hxx>
#include <art/seafire/representation/concepts.hxx>
#include <art/seafire/representation/representation.hxx>
#include <art/seafire/representation/traits.hxx>
#include <optional>
namespace art::seafire::representation
{
template<Representation R>
representation_t
select(R const&, std::optional<protocol::media_type_t> const&);
} // namespace art::seafire::representation
#include <art/seafire/representation/select.txx>
#endif