kyopro library

This documentation is automatically generated by online-judge-tools/verification-helper

View the Project on GitHub Chipppppppppp/kyopro

:warning: kpr/template/ShowType.hpp

Required by

Code

#pragma once

namespace kpr {
    // コンパイルエラーから型名を確認する
    template<class>
    struct ShowType;
} // namespace kpr
#line 2 "kpr/template/ShowType.hpp"

namespace kpr {
    // コンパイルエラーから型名を確認する
    template<class>
    struct ShowType;
} // namespace kpr
Back to top page