xo-unit: refactor: move .hpp files to mpl/
This commit is contained in:
parent
254846df4b
commit
755224743e
3 changed files with 0 additions and 0 deletions
|
|
@ -1,13 +0,0 @@
|
|||
/* @file ratio_concept.hpp */
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <concepts>
|
||||
|
||||
namespace xo {
|
||||
namespace unit {
|
||||
template <typename Ratio>
|
||||
concept ratio_concept = (std::is_signed_v<decltype(Ratio::num)>
|
||||
&& std::is_signed_v<decltype(Ratio::den)>);
|
||||
} /*namespace unit*/
|
||||
} /*namespace xo*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue