Project Alice
Loading...
Searching...
No Matches
province_templates.hpp File Reference
#include "system_state.hpp"
Include dependency graph for province_templates.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  province
 

Functions

template<typename T >
auto province::is_overseas (sys::state const &state, T ids)
 
template<typename F >
void province::for_each_land_province (sys::state &state, F const &func)
 
template<typename F >
void province::ve_for_each_land_province (sys::state &state, F const &func)
 
template<typename F >
void province::for_each_sea_province (sys::state &state, F const &func)
 
template<typename F >
void province::for_each_province_in_state_instance (sys::state &state, dcon::state_instance_id s, F const &func)