AsmGrader 0.0.0
Loading...
Searching...
No Matches
static_size.hpp File Reference
#include <range/v3/range/concepts.hpp>
#include <concepts>
#include <cstddef>
#include <tuple>
#include <type_traits>
Include dependency graph for static_size.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  asmgrader
 

Concepts

concept  asmgrader::HasStaticSize
 

Functions

template<typename Range >
consteval std::size_t asmgrader::get_static_size ()
 
template<typename Range >
constexpr std::size_t asmgrader::get_static_size_or (std::size_t default_value)