File span.h File List > common > span.h Go to the documentation of this file #pragma once #include <span> namespace uipc { using std::span; } // namespace uipc