MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / FunWithConceptInNoExcept

Function FunWithConceptInNoExcept

tests/Issue677_2.cpp:7–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6template<class T>
7void FunWithConceptInNoExcept() noexcept(ConceptInNoExcept<T>)
8{}
9
10int main()
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected